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
公式URL 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
Eメール [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"
    }
}