Gift Hero
The ultimate universal wish list and source for gift giving inspiration. Add anything to your Gift Hero wish list with just a click.
Что такое Gift Hero?
Gift Hero - это расширение Chrome, разработанное https://www.gifthero.com, и его основная функция - "The ultimate universal wish list and source for gift giving inspiration. Add anything to your Gift Hero wish list with just a click.".
Снимки экрана расширения
Скачать файл CRX расширения Gift Hero
Скачайте файлы расширений Gift Hero в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Add an item from any online retailer to your Gift Hero wish lists. You can now add an item from any site without changing pages!
Основная информация о расширении
Название | Gift Hero |
ID | hcilfaknmnnhkmmojdhfilelmdebclig |
Официальный URL | https://chromewebstore.google.com/detail/gift-hero/hcilfaknmnnhkmmojdhfilelmdebclig |
Описание | The ultimate universal wish list and source for gift giving inspiration. Add anything to your Gift Hero wish list with just a click. |
Размер файла | 126 KB |
Количество установок | 9,283 |
Текущая Версия | 2.0.12 |
Последнее Обновление | 2021-11-12 |
Дата публикации | 2017-09-08 |
Рейтинг | 4.25/5 Всего 4 оценок |
Разработчик | https://www.gifthero.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.gifthero.com |
URL страницы помощи | https://support.gifthero.com/adding-gifts/what-is-the-gift-hero-browser-plugin |
URL страницы политики конфиденциальности | https://www.gifthero.com/privacy-policy |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gift Hero", "author": "Gift Hero, Inc.", "homepage_url": "https:\/\/gifthero.com", "options_page": "options.html", "background": { "page": "background.html", "persistent": false }, "browser_action": { "default_icon": { "20": "Icon-20.png", "40": "Icon-40.png", "128": "Icon-128.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.gifthero.dev\/*", "*:\/\/*.gifthero.com\/*" ], "js": [ "gifthero.bundle.js" ] } ], "icons": { "16": "Icon-16.png", "48": "Icon-48.png", "54": "Icon-54.png", "90": "Icon-90.png", "128": "Icon-128.png", "270": "Icon-270.png" }, "manifest_version": 2, "permissions": [ "activeTab", " |