Prixan: automatic competition monitoring

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

What is Prixan: automatic competition monitoring?

Prixan: automatic competition monitoring is a Chrome extension developed by https://www.prixan.com, and its main feature is "PRIXAN allows e-sellers and brands to monitor their market and optimize their pricing strategy".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Prixan: automatic competition monitoring Extension CRX File

Download Prixan: automatic competition monitoring extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Prixan: automatic competition monitoring Prixan: automatic competition monitoring
ID pcoiehhcghecejjamojljcnibggnfnlj
Official URL https://chromewebstore.google.com/detail/prixan-automatic-competit/pcoiehhcghecejjamojljcnibggnfnlj
Description PRIXAN allows e-sellers and brands to monitor their market and optimize their pricing strategy
File Size 158 KB
Installation Count 446
Current Version 1.0.33
Last Updated 2019-06-09
Publish Date 2019-06-05
Rating 5.00/5 Total 1 Ratings
Developer https://www.prixan.com
Email [email protected]
Payment Type free
Supported Languages 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'"
}