Prixan: automatic competition monitoring

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

Prixan: automatic competition monitoring là gì?

Prixan: automatic competition monitoring là một tiện ích mở rộng Chrome được phát triển bởi https://www.prixan.com, và tính năng chính của nó là "PRIXAN allows e-sellers and brands to monitor their market and optimize their pricing strategy".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Prixan: automatic competition monitoring

Tải xuống các tệp mở rộng Prixan: automatic competition monitoring dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Prixan: automatic competition monitoring Prixan: automatic competition monitoring
ID pcoiehhcghecejjamojljcnibggnfnlj
URL Chính Thức https://chromewebstore.google.com/detail/prixan-automatic-competit/pcoiehhcghecejjamojljcnibggnfnlj
Mô tả PRIXAN allows e-sellers and brands to monitor their market and optimize their pricing strategy
Kích Thước Tệp 158 KB
Số Lần Cài Đặt 446
Phiên Bản Hiện Tại 1.0.33
Cập Nhật Lần Cuối 2019-06-09
Ngày Phát Hành 2019-06-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.prixan.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}