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
电子邮箱 [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"
    }
}