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 - это расширение Chrome, разработанное https://www.prixan.com, и его основная функция - "PRIXAN allows e-sellers and brands to monitor their market and optimize their pricing strategy".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Prixan: automatic competition monitoring

Скачайте файлы расширений 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'"
}