Hasten - Amazon Workflow & Arbitrage Tool
The must-have tool for Amazon power users: Adds new data, links, filters and more to Offers pages, assisting both buyers and sellers
Что такое Hasten - Amazon Workflow & Arbitrage Tool?
Hasten - Amazon Workflow & Arbitrage Tool - это расширение Chrome, разработанное https://hasten.biz, и его основная функция - "The must-have tool for Amazon power users: Adds new data, links, filters and more to Offers pages, assisting both buyers and sellers".
Снимки экрана расширения
Скачать файл CRX расширения Hasten - Amazon Workflow & Arbitrage Tool
Скачайте файлы расширений Hasten - Amazon Workflow & Arbitrage Tool в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Hasten helps you make faster and better-informed decisions when buying or selling products on Amazon, saving you time and money. • ADVANCED FILTERING: Filter offers by price, arrival date, or seller rating. Hide listings from specific sellers. Set defaults. Load additional pages just by scrolling. • CUSTOMIZE EVERYTHING: Hasten works for both buyers and sellers, easily adjusting to every workflow and business model for unmatched flexibility. • DATA WHERE YOU NEED IT: See the latest rank, low prices, trade value, Buy Box details, and offer counts by for each condition and fulfillment channel (FBA or merchant-fulfilled) at the top of the Product or Offers page for rapid sourcing and manual repricing. • ESSENTIAL LINKS: Find new versions or past purchases without visiting the Product page. Check inventory levels and past sales with a single click. • ASIN HIT LIST: Create lists of ASINs for special treatment. Get notified every time you view a matching product. • RESTRICTION CHECK: Identify restricted items instantly, especially valuable for books and other online flips. • TIME-SAVING REDIRECTS: Temporarily redirect Product page links to the corresponding Offers page as needed. Hasten is compatible with all major arbitrage and related software. Currently available for .com and .ca marketplaces only. Try Hasten absolutely FREE for 10 days, with an extremely low monthly subscription fee thereafter.
Основная информация о расширении
Название | Hasten - Amazon Workflow & Arbitrage Tool |
ID | pakfibocpaafgjeobinolbfdckhfjfih |
Официальный URL | https://chromewebstore.google.com/detail/hasten-amazon-workflow-ar/pakfibocpaafgjeobinolbfdckhfjfih |
Описание | The must-have tool for Amazon power users: Adds new data, links, filters and more to Offers pages, assisting both buyers and sellers |
Размер файла | 648 KB |
Количество установок | 81 |
Текущая Версия | 1.2.9 |
Последнее Обновление | 2019-05-23 |
Дата публикации | 2019-05-23 |
Рейтинг | 5.00/5 Всего 4 оценок |
Разработчик | https://hasten.biz |
Электронная почта | [email protected] |
Тип оплаты | in_app |
Официальный сайт расширения | http://hasten.biz |
URL страницы помощи | http://hasten.biz/faqs/ |
URL страницы политики конфиденциальности | http://hasten.biz/privacy |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hasten - Amazon Workflow & Arbitrage Tool", "description": "The must-have tool for Amazon power users: Adds new data, links, filters and more to Offers pages, assisting both buyers and sellers", "version": "1.2.9", "icons": { "128": "\/img\/icon256.png" }, "browser_action": { "default_icon": "\/img\/icon256.png", "default_popup": "\/html\/popup.html" }, "background": { "scripts": [ "\/lib\/jquery-2.2.4.min.js", "\/lib\/mustache-2.3.0.min.js", "\/lib\/google-analytics-bundle.js", "\/js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/www.amazon.com\/*", "*:\/\/www.amazon.com\/*", "*:\/\/www.amazon.ca\/*", "*:\/\/www.amazon.com.mx\/*", "*:\/\/www.amazon.de\/*", "*:\/\/www.amazon.es\/*", "*:\/\/www.amazon.fr\/*", "*:\/\/www.amazon.co.uk\/*", "*:\/\/www.amazon.in\/*", "*:\/\/www.amazon.jp\/*", "*:\/\/www.amazon.cn\/*", "*:\/\/smile.amazon.com\/*", "*:\/\/smile.amazon.com\/*", "*:\/\/smile.amazon.ca\/*", "*:\/\/smile.amazon.com.mx\/*", "*:\/\/smile.amazon.de\/*", "*:\/\/smile.amazon.es\/*", "*:\/\/smile.amazon.fr\/*", "*:\/\/smile.amazon.co.uk\/*", "*:\/\/smile.amazon.in\/*", "*:\/\/smile.amazon.jp\/*", "*:\/\/smile.amazon.cn\/*" ], "js": [ "\/lib\/jquery-2.2.4.min.js", "\/lib\/jquery-ui\/jquery-ui.min.js", "\/js\/content-script-0.js" ], "css": [ "\/lib\/jquery-ui\/jquery-ui.min.css", "\/css\/amazon.css" ], "run_at": "document_end" }, { "matches": [ "*:\/\/www.amazon.com\/*", "*:\/\/www.amazon.com\/*", "*:\/\/www.amazon.ca\/*", "*:\/\/www.amazon.com.mx\/*", "*:\/\/www.amazon.de\/*", "*:\/\/www.amazon.es\/*", "*:\/\/www.amazon.fr\/*", "*:\/\/www.amazon.co.uk\/*", "*:\/\/www.amazon.in\/*", "*:\/\/www.amazon.jp\/*", "*:\/\/www.amazon.cn\/*", "*:\/\/smile.amazon.com\/*", "*:\/\/smile.amazon.com\/*", "*:\/\/smile.amazon.ca\/*", "*:\/\/smile.amazon.com.mx\/*", "*:\/\/smile.amazon.de\/*", "*:\/\/smile.amazon.es\/*", "*:\/\/smile.amazon.fr\/*", "*:\/\/smile.amazon.co.uk\/*", "*:\/\/smile.amazon.in\/*", "*:\/\/smile.amazon.jp\/*", "*:\/\/smile.amazon.cn\/*" ], "js": [ "\/js\/content-script-1.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/sellercentral.amazon.com\/*", "*:\/\/sellercentral.amazon.ca\/*", "*:\/\/sellercentral.amazon.com.mx\/*", "*:\/\/sellercentral.amazon.de\/*", "*:\/\/sellercentral.amazon.es\/*", "*:\/\/sellercentral.amazon.fr\/*", "*:\/\/sellercentral.amazon.co.uk\/*", "*:\/\/sellercentral.amazon.in\/*", "*:\/\/sellercentral.amazon.jp\/*", "*:\/\/sellercentral.amazon.cn\/*" ], "js": [ "\/js\/content-script-2.js" ], "run_at": "document_start" } ], "options_ui": { "page": "html\/options.html", "chrome_style": true }, "web_accessible_resources": [ "\/img\/*", "\/lib\/jquery-ui\/images\/*" ], "permissions": [ "*:\/\/www.amazon.com\/*", "*:\/\/www.amazon.ca\/*", "*:\/\/www.amazon.com.mx\/*", "*:\/\/www.amazon.de\/*", "*:\/\/www.amazon.es\/*", "*:\/\/www.amazon.fr\/*", "*:\/\/www.amazon.co.uk\/*", "*:\/\/www.amazon.in\/*", "*:\/\/www.amazon.jp\/*", "*:\/\/www.amazon.cn\/*", "*:\/\/smile.amazon.com\/*", "*:\/\/smile.amazon.ca\/*", "*:\/\/smile.amazon.com.mx\/*", "*:\/\/smile.amazon.de\/*", "*:\/\/smile.amazon.es\/*", "*:\/\/smile.amazon.fr\/*", "*:\/\/smile.amazon.co.uk\/*", "*:\/\/smile.amazon.in\/*", "*:\/\/smile.amazon.jp\/*", "*:\/\/smile.amazon.cn\/*", "*:\/\/sellercentral.amazon.com\/*", "*:\/\/sellercentral.amazon.ca\/*", "*:\/\/sellercentral.amazon.com.mx\/*", "*:\/\/sellercentral.amazon.de\/*", "*:\/\/sellercentral.amazon.es\/*", "*:\/\/sellercentral.amazon.fr\/*", "*:\/\/sellercentral.amazon.co.uk\/*", "*:\/\/sellercentral.amazon.in\/*", "*:\/\/sellercentral.amazon.jp\/*", "*:\/\/sellercentral.amazon.cn\/*", "http:\/\/hasten.biz\/*", "https:\/\/hasten.biz\/*", "https:\/\/*.chargebee.com\/*", "storage", "webRequest", "webRequestBlocking" ] } |