Shoptop 评论采集小助手
该扩展程序由Shoptop技术团队研发,为Shoptop商户提供评论采集服务,支持商户多平台采集商品评论。
Cos'è Shoptop 评论采集小助手?
Shoptop 评论采集小助手 è un'estensione di Chrome sviluppata da https://shoptop.com, e la sua funzione principale è "该扩展程序由Shoptop技术团队研发,为Shoptop商户提供评论采集服务,支持商户多平台采集商品评论。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Shoptop 评论采集小助手
Scarica i file di estensione Shoptop 评论采集小助手 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        该扩展程序由Shoptop技术团队研发,为Shoptop商户提供评论采集服务,支持商户多平台采集商品评论。                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | cgjocmljeiabgkiknioomahldjaooiii | 
| URL Ufficiale | https://chromewebstore.google.com/detail/shoptop-%E8%AF%84%E8%AE%BA%E9%87%87%E9%9B%86%E5%B0%8F%E5%8A%A9%E6%89%8B/cgjocmljeiabgkiknioomahldjaooiii | 
| Descrizione | 该扩展程序由Shoptop技术团队研发,为Shoptop商户提供评论采集服务,支持商户多平台采集商品评论。 | 
| Dimensione del File | 175 KB | 
| Conteggio Installazioni | 71 | 
| Versione Corrente | 1.0.2 | 
| Ultimo Aggiornamento | 2024-01-12 | 
| Data di Pubblicazione | 2022-10-11 | 
| Valutazione | 5.00/5 Totale 1 Valutazioni | 
| Sviluppatore | https://shoptop.com | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://www.shoptop.cn/ | 
| URL della Pagina di Aiuto | https://www.shoptop.cn/ | 
| URL della Pagina della Politica sulla Privacy | https://www.shoptop.cn/pages/privacy | 
| Lingue Supportate | zh-CN | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shoptop \u8bc4\u8bba\u91c7\u96c6\u5c0f\u52a9\u624b",
    "manifest_version": 3,
    "version": "1.0.2",
    "description": "\u8be5\u6269\u5c55\u7a0b\u5e8f\u7531Shoptop\u6280\u672f\u56e2\u961f\u7814\u53d1\uff0c\u4e3aShoptop\u5546\u6237\u63d0\u4f9b\u8bc4\u8bba\u91c7\u96c6\u670d\u52a1\uff0c\u652f\u6301\u5546\u6237\u591a\u5e73\u53f0\u91c7\u96c6\u5546\u54c1\u8bc4\u8bba\u3002",
    "icons": {
        "128": "commentCapture.png",
        "48": "commentCapture.png",
        "16": "commentCapture.png"
    },
    "permissions": [
        "storage",
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "getInfo.js"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_title": "shoptop \u8bc4\u8bba\u91c7\u96c6\u5c0f\u52a9\u624b",
        "default_popup": "index.html"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}  |  |