BangGood Price Tracker & Image Downloader
Fastest Price Tracking Tool & Image Downloader for BangGood!
Что такое BangGood Price Tracker & Image Downloader?
BangGood Price Tracker & Image Downloader - это расширение Chrome, разработанное https://upstal.com, и его основная функция - "Fastest Price Tracking Tool & Image Downloader for BangGood!".
Снимки экрана расширения
Скачать файл CRX расширения BangGood Price Tracker & Image Downloader
Скачайте файлы расширений BangGood Price Tracker & Image Downloader в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Free BangGood Product Price Tracker & BangGood Image Downloader for Your Favorite Browser. BangGood Price Tracker Adds price history charts and the option to be alerted on price drops to all BangGood products.
✜ BangGood Price Tracker - Features:
• Free to Use
• Price Graph History
• Monitor Prices
• Set Product Price Drop Alerts
• Get Notified When Price will be Increased or Dropped.
• Download Images from BangGood with Single Click!
✜ How to Use BangGood Product Price Tracker?
- First, Install BangGood Price Tracker & Image Downloader on your browser.
- It will show a menu box down-left corner on your BangGood Product pages.
- Click on that Menu to view price history.
✜ How to Get Notified When Price will Drop?
- Click on "Notify Me" button from below the Price history chart.
- It will ask your notification permisson.
- Allow It.
- Your Product will be added in your watching list page.
- Done!
* You will Get Notification after Changing Prices!
✜ How To Download Images from BangGood?
- Click on "Downloader" button from Extension's menu.
- Features Images of that Product will be shown there.
- You can download single images by clicking on images.
- Or, You Can Click on "Download" button to download all images as a compressed zip file.
• Keep checking we are adding more features frequently.
This Privacy Policy can be also found here:
https://upstal.com/privacy_policy.html
For any query related to BangGood Price Tracker & Image Downloader you can reach to us via our Official facebook page here: https://www.facebook.com/upstal Основная информация о расширении
| Название | |
| ID | lgdodjdbaajiglppjdenpabjbmfifnoo |
| Официальный URL | https://chromewebstore.google.com/detail/banggood-price-tracker-im/lgdodjdbaajiglppjdenpabjbmfifnoo |
| Описание | Fastest Price Tracking Tool & Image Downloader for BangGood! |
| Размер файла | 2.74 MB |
| Количество установок | 139 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2021-01-09 |
| Дата публикации | 2021-01-09 |
| Рейтинг | 1.00/5 Всего 1 оценок |
| Разработчик | https://upstal.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://upstal.com |
| URL страницы помощи | https://upstal.com/privacy_policy.html |
| URL страницы политики конфиденциальности | https://www.saxsos.xyz/p/policy-privacy-policy.html |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "BangGood Price Tracker & Image Downloader",
"description": "Fastest Price Tracking Tool & Image Downloader for BangGood!",
"version": "1.0",
"background": {
"page": "background.html",
"persistent": true
},
"content_scripts": [
{
"matches": [
"*:\/\/*.banggood.com\/*"
],
"js": [
"contentscript.js"
],
"all_frames": true
}
],
"browser_action": {
"default_title": "BangGood Price Tracker",
"default_icon": {
"16": "img\/128.png",
"32": "img\/128.png",
"48": "img\/128.png",
"64": "img\/128.png",
"128": "img\/128.png"
}
},
"icons": {
"16": "img\/128.png",
"32": "img\/128.png",
"48": "img\/128.png",
"64": "img\/128.png",
"128": "img\/128.png"
},
"web_accessible_resources": [
"visual\/index.html",
"service-worker.js"
],
"permissions": [
"*:\/\/*.banggood.com\/*",
"storage"
]
} | |