Tokopedia Price Tracker

AliPrice.com - Tokopedia Price Tracker

Tokopedia Price Tracker क्या है?

Tokopedia Price Tracker aliprice2 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AliPrice.com - Tokopedia Price Tracker"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tokopedia Price Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Tokopedia Price Tracker is a very useful extension for Tokopedia

Now our tool has 3 main features.
✔ Convenient shortcuts and quick search.
✔ Price history: You can check any product price history on the product page.
✔ Price drop alert: Add the products to your favorites and you will receive notification when its price drops.

Tokopedia is a trademark of Tokopedia.com, Inc. This extension was not created or endorsed by Tokopedia.

If you have any questions or suggestions, please feel free to contact us:
https://www.aliprice.com/information/index?page=contact
By installing the AliPrice extension, you accept the terms of the "AliPrice Terms of Service" and allow the extension to redirect to affiliate program links, including Tokopedia and other programs. AliPrice Terms of Service - https://www.aliprice.com/information/index/page/term_of_use                    

एक्सटेंशन की मूल जानकारी

नाम Tokopedia Price Tracker Tokopedia Price Tracker
ID gdmfedbicnoeiadmbagaofgnldjfgeab
आधिकारिक URL https://chromewebstore.google.com/detail/tokopedia-price-tracker/gdmfedbicnoeiadmbagaofgnldjfgeab
विवरण AliPrice.com - Tokopedia Price Tracker
फ़ाइल का आकार 1.24 MB
स्थापना संख्या 1,440
वर्तमान संस्करण 2.1.3
अंतिम अपडेट 2023-01-11
प्रकाशन तिथि 2020-06-29
रेटिंग 4.55/5 कुल 78 रेटिंग्स
डेवलपर aliprice2
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.aliprice.com/
सहायता पृष्ठ URL https://www.aliprice.com/information/index?page=contact
गोपनीयता नीति पृष्ठ URL https://www.aliprice.com/information/index/page/privacy
समर्थित भाषाएँ id,en
manifest.json
{
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "Tokopedia Price Tracker",
    "version": "2.1.3",
    "manifest_version": 2,
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "homepage_url": "https:\/\/www.aliprice.com",
    "default_locale": "en",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "cookies",
        "storage",
        "notifications",
        "*:\/\/*.aliprice.com\/*",
        "*:\/\/*.tokopedia.com\/*",
        "*:\/\/ssl.google-analytics.com\/*"
    ],
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "icons\/19.png"
    },
    "background": {
        "page": "background\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tokopedia.com\/*"
            ],
            "js": [
                "assets\/js\/vendor.js",
                "assets\/js\/i18n.js",
                "assets\/js\/common.js",
                "contentScript\/contentScript.js"
            ],
            "css": [
                "assets\/css\/common.css",
                "assets\/css\/contentScript\/contentScript.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/css\/common.css",
        "assets\/css\/contentScript\/contentScript.css",
        "assets\/images\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}