Cek Tokopedia
Sudah Cek Tokopedia Belum?
What is Cek Tokopedia?
Cek Tokopedia is a Chrome extension developed by Tokopedia, and its main feature is "Sudah Cek Tokopedia Belum?".
Extension Screenshots
Download Cek Tokopedia Extension CRX File
Download Cek Tokopedia 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
Kamu ingin mencari barang dari artikel yang sedang kamu baca? Dengan extension ini, kamu tidak perlu lagi membuka tab pencarian baru untuk mendapatkannya! Hanya dengan memilih kata dari nama barang yang kamu inginkan dan tekan tombol Cek Tokopedia yang muncul. Masih ada keuntungan lainnya! Hanya dengan menekan logo Cek Tokopedia di Chrome menu, informasi mengenai promo dan daftar produk terpanas akan disajikan untuk kamu dalam bentuk slideshow. Tunggu apa lagi? Buruan nikmati kemudahannya!
Extension Basic Information
Name | |
ID | lkcfanhjagfdoedfnadledknecfblkjl |
Official URL | https://chrome.google.com/webstore/detail/cek-tokopedia/lkcfanhjagfdoedfnadledknecfblkjl |
Description | Sudah Cek Tokopedia Belum? |
File Size | 116 KB |
Installation Count | 1,000 |
Current Version | 1.5 |
Last Updated | 2016-07-06 |
Publish Date | 2016-07-06 |
Rating | 4.77/5 Total 48 Ratings |
Developer | Tokopedia |
Payment Type | free |
Extension Website | https://www.tokopedia.com/ |
Help Page URL | https://www.tokopedia.com/bantuan |
Supported Languages | id |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cek Tokopedia", "short_name": "Cek Toped", "description": "Sudah Cek Tokopedia Belum?", "version": "1.5", "icons": { "16": "icon-brand.png", "48": "icon-brand.png", "128": "icon-brand.png" }, "permissions": [ "activeTab", "browsingData", "contextMenus", "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "icon.png" ], "browser_action": { "default_icon": "icon-brand.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "content_script.css" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "options_ui": { "page": "options.html", "chrome_style": true, "open_in_tab": true } } |