Things To Get Me
The universal wish-list maker. Add items to your gift list from any website.
Qu'est-ce que Things To Get Me ?
Things To Get Me est une extension Chrome développée par https://www.thingstogetme.com, et sa fonction principale est "The universal wish-list maker. Add items to your gift list from any website.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Things To Get Me
Téléchargez les fichiers d'extension Things To Get Me 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
Free independent wish-list maker, add items to your wish-list from any stores as you browse online. You can create new lists, and manage any existing lists directly.
Informations de Base sur l'Extension
Nom | Things To Get Me |
ID | hikgojdlmopjpjfbmmpoleceddnhdjbi |
URL Officiel | https://chromewebstore.google.com/detail/things-to-get-me/hikgojdlmopjpjfbmmpoleceddnhdjbi |
Description | The universal wish-list maker. Add items to your gift list from any website. |
Taille du Fichier | 4.95 MB |
Nombre d'Installations | 11,273 |
Version Actuelle | 4.3 |
Dernière Mise à Jour | 2023-06-25 |
Date de Publication | 2020-06-28 |
Évaluation | 4.45/5 Total 11 Évaluations |
Développeur | https://www.thingstogetme.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.thingstogetme.com |
URL de la Page de Politique de Confidentialité | https://www.thingstogetme.com/privacy |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Things To Get Me", "version": "4.3", "description": "The universal wish-list maker. Add items to your gift list from any website.", "permissions": [ "storage", "activeTab", "scripting" ], "host_permissions": [ "*:\/\/*.thingstogetme.com\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } }, "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "manifest_version": 3 } |