Bukalapak Price Tracker

AliPrice.com -- Your money-saving assistant on Bukalapak.

Cos'è Bukalapak Price Tracker?

Bukalapak Price Tracker è un'estensione di Chrome sviluppata da aliprice2, e la sua funzione principale è "AliPrice.com -- Your money-saving assistant on Bukalapak.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Bukalapak Price Tracker

Scarica i file di estensione Bukalapak Price Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Price Tracker for Bukalapak 

Main features:
1. Track price history of any Bukalapak product.
2. Shortcuts and quick search for Bukalapak.

Bukalapak is a trademark of Bukalapak.com, Inc. This extension was not created or endorsed by Bukalapak.
We do use Google Analytics to collect anonymous usage statistics to help improve user experience, but you can opt out at http://tools.google.com/dlpage/gaoptout                    

Informazioni di Base sull'Estensione

Nome Bukalapak Price Tracker Bukalapak Price Tracker
ID ilibimkdmibpkflmoefeeafkihcjmleo
URL Ufficiale https://chromewebstore.google.com/detail/bukalapak-price-tracker/ilibimkdmibpkflmoefeeafkihcjmleo
Descrizione AliPrice.com -- Your money-saving assistant on Bukalapak.
Dimensione del File 516 KB
Conteggio Installazioni 328
Versione Corrente 1.1.0
Ultimo Aggiornamento 2023-10-05
Data di Pubblicazione 2019-10-22
Valutazione 5.00/5 Totale 9 Valutazioni
Sviluppatore aliprice2
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.aliprice.com/information/index/page/privacy
Lingue Supportate id,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bukalapak Price Tracker",
    "short_name": "Bukalapak",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "homepage_url": "https:\/\/www.aliprice.com",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "*:\/\/*.aliprice.com\/*",
        "*:\/\/*.bukalapak.com\/*"
    ],
    "browser_action": {
        "default_title": "Bukalapak",
        "default_popup": "popup\/popup.html",
        "default_icon": "icons\/19.png"
    },
    "background": {
        "page": "background\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.bukalapak.com\/*"
            ],
            "js": [
                "assets\/js\/vendor.js",
                "assets\/js\/vendor.js",
                "assets\/js\/vendor.js",
                "contentScript\/contentScript.js"
            ],
            "css": []
        }
    ],
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "assets\/css\/contentScript\/contentScript.css",
        "assets\/images\/close.png",
        "assets\/images\/btn-price.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}