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
官方網址 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'"
}