Things To Get Me
The universal wish-list maker. Add items to your gift list from any website.
Cos'è Things To Get Me?
Things To Get Me è un'estensione di Chrome sviluppata da https://www.thingstogetme.com, e la sua funzione principale è "The universal wish-list maker. Add items to your gift list from any website.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Things To Get Me
Scarica i file di estensione Things To Get Me in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | hikgojdlmopjpjfbmmpoleceddnhdjbi |
| URL Ufficiale | https://chromewebstore.google.com/detail/things-to-get-me/hikgojdlmopjpjfbmmpoleceddnhdjbi |
| Descrizione | The universal wish-list maker. Add items to your gift list from any website. |
| Dimensione del File | 4.95 MB |
| Conteggio Installazioni | 11,273 |
| Versione Corrente | 4.3 |
| Ultimo Aggiornamento | 2023-06-25 |
| Data di Pubblicazione | 2020-06-28 |
| Valutazione | 4.45/5 Totale 11 Valutazioni |
| Sviluppatore | https://www.thingstogetme.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.thingstogetme.com |
| URL della Pagina della Politica sulla Privacy | https://www.thingstogetme.com/privacy |
| Lingue Supportate | 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
} | |