Prixan: automatic competition monitoring

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

Was ist Prixan: automatic competition monitoring?

Prixan: automatic competition monitoring ist eine Chrome-Erweiterung, die von https://www.prixan.com entwickelt wurde, und ihr Hauptmerkmal ist "PRIXAN allows e-sellers and brands to monitor their market and optimize their pricing strategy".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Prixan: automatic competition monitoring-Erweiterungs-CRX-Datei herunterladen

Laden Sie Prixan: automatic competition monitoring-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Prixan: automatic competition monitoring Prixan: automatic competition monitoring
ID pcoiehhcghecejjamojljcnibggnfnlj
Offizielle URL https://chromewebstore.google.com/detail/prixan-automatic-competit/pcoiehhcghecejjamojljcnibggnfnlj
Beschreibung PRIXAN allows e-sellers and brands to monitor their market and optimize their pricing strategy
Dateigröße 158 KB
Installationsanzahl 446
Aktuelle Version 1.0.33
Letztes Update 2019-06-09
Veröffentlichungsdatum 2019-06-05
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://www.prixan.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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'"
}