Shopopro plugin

Shopopro plugin

什么是Shopopro plugin?

Shopopro plugin是由https://shopopro.com开发的Chrome扩展程序,该扩展的主要功能是“Shopopro plugin”。

扩展截图

screenshot
screenshot
screenshot

下载Shopopro plugin扩展crx文件

下载Shopopro plugin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Shopopro extension is intended for users of Shopopro cashback service https://shopopro.com.
It allows you to receive relevant information about possibility and amount of cashback, available coupons, current promotions and availability of overviews of goods in the visited online store.
In addition, it gives you opportunity to quickly view current status of your orders and available funds on the account in the cashback service.
The extension will also notify you about availability of cashback when you visit online stores.                    

扩展基本信息

名称 Shopopro plugin Shopopro plugin
ID benpkendjikkbfdokgcnkkfehojcllpo
官方URL https://chromewebstore.google.com/detail/shopopro-plugin/benpkendjikkbfdokgcnkkfehojcllpo
简介 Shopopro plugin
文件大小 21.72 KB
安装次数 53
当前版本 0.1.2
更新时间 2019-02-07
上架时间 2019-02-06
评分 4.50/5 共2次评分
开发者 https://shopopro.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://shopopro.com
隐私政策页面URL https://shopopro.com/privacy_policy.pdf
支持的语言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.1.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "ru",
    "permissions": [
        "activeTab",
        "*:\/\/shopopro.com\/*",
        "tabs"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    }
}