Bukalapak Price Tracker
AliPrice.com -- Your money-saving assistant on Bukalapak.
What is Bukalapak Price Tracker?
Bukalapak Price Tracker is a Chrome extension developed by aliprice2, and its main feature is "AliPrice.com -- Your money-saving assistant on Bukalapak.".
Extension Screenshots
Download Bukalapak Price Tracker Extension CRX File
Download Bukalapak Price Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Bukalapak Price Tracker |
ID | ilibimkdmibpkflmoefeeafkihcjmleo |
Official URL | https://chromewebstore.google.com/detail/bukalapak-price-tracker/ilibimkdmibpkflmoefeeafkihcjmleo |
Description | AliPrice.com -- Your money-saving assistant on Bukalapak. |
File Size | 516 KB |
Installation Count | 328 |
Current Version | 1.1.0 |
Last Updated | 2023-10-05 |
Publish Date | 2019-10-22 |
Rating | 5.00/5 Total 9 Ratings |
Developer | aliprice2 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.aliprice.com/information/index/page/privacy |
Supported Languages | 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'" } |