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
Eメール [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'"
}