听涛数据自动打单Cookies提取插件

听涛数据自动打单Cookies提取插件

用于提取商家用户的TikTokShop及Shopify的Cookies,以使得听涛数据的自动打单软件可以自动获取订单信息并打印,帮助商家降低人力成本。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "",
  "manifest_version": 2,
  "name": "听涛数据自动打单Cookies提取插件",
  "version": "1.2.1",
  "homepage_url": "https://tingtalks.com",
  "icons": {
    "16": "icons/tingtalks-16x16.png",
    "32": "icons/tingtalks-32x32.png",
    "48": "icons/tingtalks-48x48.png",
    "96": "icons/tingtalks-96x96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{86225188-8f4c-4c98-82d4-e5c71b7450c3}",
      "strict_min_version": "109.0"
    }
  },
  "permissions": [
    "cookies",
    "storage",
    "clipboardWrite",
    "notifications",
    "webRequest",
    "webRequestBlocking",
    "webRequestFilterResponse",
    "*://*.tiktokglobalshop.com/order*",
    "*://seller-us.tiktok.com/order*",
    "*://seller-sg.tiktok.com/order*",
    "*://seller-id.tiktok.com/order*",
    "*://seller-uk.tiktok.com/order*",
    "*://seller-my.tiktok.com/order*",
    "*://seller-vn.tiktok.com/order*",
    "*://seller-th.tiktok.com/order*",
    "*://*.tiktokglobalshop.com/api*",
    "*://seller-us.tiktok.com/api*",
    "*://seller-sg.tiktok.com/api*",
    "*://seller-id.tiktok.com/api*",
    "*://seller-uk.tiktok.com/api*",
    "*://seller-my.tiktok.com/api*",
    "*://seller-vn.tiktok.com/api*",
    "*://seller-th.tiktok.com/api*",
    "*://*.myshopify.com/*",
    "*://*.shopify.com/*",
    "http://127.0.0.1:58988/"
  ],
  "browser_action": {
    "default_icon": "icons/tingtalks-32x32.png",
    "default_title": "听涛数据打单插件",
    "default_popup": "popup/index.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}