Intelligynce

Intelligynce is a powerful software tool that allows you to spy on over 500,000 Shopify Stores and over 2,000,000 products. Visit…

什麼是Intelligynce?

Intelligynce是由https://intelligynce.com開發的Chrome擴展程式,該擴展的主要功能是“Intelligynce is a powerful software tool that allows you to spy on over 500,000 Shopify Stores and over 2,000,000 products. Visit…”。

擴展截圖

screenshot

下載Intelligynce擴展crx文件

下載Intelligynce擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Intelligynce is a powerful software tool that allows you to spy on over 500,000 Shopify Stores and over 2,000,000 products. Visit intelligynce.com                    

擴展基本資訊

名稱 Intelligynce Intelligynce
ID moigkpepgfdfpachffkjjonjenohfmlh
官方網址 https://chromewebstore.google.com/detail/intelligynce/moigkpepgfdfpachffkjjonjenohfmlh
簡介 Intelligynce is a powerful software tool that allows you to spy on over 500,000 Shopify Stores and over 2,000,000 products. Visit…
檔案大小 412 KB
安裝次數 10,780
目前版本 1.2.0
更新時間 2020-03-13
上架時間 2020-03-12
評分 3.92/5 共 39 次評分
開發者 https://intelligynce.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://intelligynce.com
說明頁面URL https://intelligynce.com/support
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Intelligynce",
    "version": "1.2.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_16_disabled.png",
        "default_popup": "popup.html",
        "scripts": [
            "popup.js"
        ]
    },
    "web_accessible_resources": [
        "index.html"
    ],
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "64": "icon_64.png",
        "128": "icon_128.png"
    }
}