淘客易助手

淘宝客必备,快捷查看销量与传播历史记录、商品库上单信息。官网 www.tky.com

What is 淘客易助手?

淘客易助手 is a Chrome extension developed by https://tky.com, and its main feature is "淘宝客必备,快捷查看销量与传播历史记录、商品库上单信息。官网 www.tky.com".

Extension Screenshots

screenshot
screenshot

Download 淘客易助手 Extension CRX File

Download 淘客易助手 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        淘客易(www.tky.com)出品。淘宝客必备插件,可实时查看券领取量,佣金,券面额,推广渠道、商品库上单信息。                    

Extension Basic Information

Name 淘客易助手 淘客易助手
ID gcmmkcocdfojgbkaplkhcgcjnamlffhh
Official URL https://chromewebstore.google.com/detail/%E6%B7%98%E5%AE%A2%E6%98%93%E5%8A%A9%E6%89%8B/gcmmkcocdfojgbkaplkhcgcjnamlffhh
Description 淘宝客必备,快捷查看销量与传播历史记录、商品库上单信息。官网 www.tky.com
File Size 308 KB
Installation Count 313
Current Version 20230215
Last Updated 2023-02-15
Publish Date 2020-02-04
Developer https://tky.com
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u6dd8\u5ba2\u6613\u52a9\u624b",
    "short_name": "\u6dd8\u5ba2\u6613",
    "description": "\u6dd8\u5b9d\u5ba2\u5fc5\u5907\uff0c\u5feb\u6377\u67e5\u770b\u9500\u91cf\u4e0e\u4f20\u64ad\u5386\u53f2\u8bb0\u5f55\u3001\u5546\u54c1\u5e93\u4e0a\u5355\u4fe1\u606f\u3002\u5b98\u7f51 www.tky.com",
    "version": "23.2.15",
    "version_name": "20230215",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.taobao.com\/",
        "https:\/\/*.tmall.com\/",
        "https:\/\/*.tmall.hk\/",
        "https:\/\/*.liangxinyao.com\/",
        "https:\/\/*.95095.com\/"
    ],
    "background": {
        "service_worker": "init.js"
    },
    "icons": {
        "16": "icon64.png",
        "48": "icon64.png",
        "64": "icon64.png",
        "128": "icon64.png"
    },
    "action": {
        "default_icon": "icon64.png",
        "default_title": "\u6dd8\u5ba2\u6613\u52a9\u624b",
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*item*",
                "*:\/\/*\/*activityId*"
            ],
            "js": [
                "js\/config.js",
                "js\/tkeasyPlugin.js"
            ],
            "run_at": "document_end",
            "css": []
        }
    ],
    "homepage_url": "http:\/\/cj.tky.com"
}