Prixan: automatic competition monitoring

PRIXAN allows e-sellers and brands to monitor their market and optimize their pricing strategy

什么是Prixan: automatic competition monitoring?

Prixan: automatic competition monitoring是由https://www.prixan.com开发的Chrome扩展程序,该扩展的主要功能是“PRIXAN allows e-sellers and brands to monitor their market and optimize their pricing strategy”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Prixan: automatic competition monitoring扩展crx文件

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

扩展使用说明

                        Monitor the market as you are browsing, for each product page, the extension will display the prices of all the other resellers that you will decide to monitor.                    

扩展基本信息

名称 Prixan: automatic competition monitoring Prixan: automatic competition monitoring
ID pcoiehhcghecejjamojljcnibggnfnlj
官方URL https://chromewebstore.google.com/detail/prixan-automatic-competit/pcoiehhcghecejjamojljcnibggnfnlj
简介 PRIXAN allows e-sellers and brands to monitor their market and optimize their pricing strategy
文件大小 158 KB
安装次数 446
当前版本 1.0.33
更新时间 2019-06-09
上架时间 2019-06-05
评分 5.00/5 共1次评分
开发者 https://www.prixan.com
电子邮箱 [email protected]
付费类型 free
支持的语言 de,en-US,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_ext_title__",
    "short_name": "Prixan",
    "description": "__MSG_ext_desc__",
    "version": "1.0.33",
    "default_locale": "en_US",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_title": "__MSG_browser_action_title__",
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "jquery.min.js",
                "popup.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*",
        "css\/*",
        "login.html",
        "main.html"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}