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.
Qu'est-ce que Gift Hero ?
Gift Hero est une extension Chrome développée par https://www.gifthero.com, et sa fonction principale est "The ultimate universal wish list and source for gift giving inspiration. Add anything to your Gift Hero wish list with just a click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gift Hero
Téléchargez les fichiers d'extension Gift Hero au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Gift Hero |
ID | hcilfaknmnnhkmmojdhfilelmdebclig |
URL Officiel | https://chromewebstore.google.com/detail/gift-hero/hcilfaknmnnhkmmojdhfilelmdebclig |
Description | The ultimate universal wish list and source for gift giving inspiration. Add anything to your Gift Hero wish list with just a click. |
Taille du Fichier | 126 KB |
Nombre d'Installations | 9,283 |
Version Actuelle | 2.0.12 |
Dernière Mise à Jour | 2021-11-12 |
Date de Publication | 2017-09-08 |
Évaluation | 4.25/5 Total 4 Évaluations |
Développeur | https://www.gifthero.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.gifthero.com |
URL de la Page d'Aide | https://support.gifthero.com/adding-gifts/what-is-the-gift-hero-browser-plugin |
URL de la Page de Politique de Confidentialité | https://www.gifthero.com/privacy-policy |
Langues Prises en Charge | 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", " |