Things To Get Me
The universal wish-list maker. Add items to your gift list from any website.
Vad är Things To Get Me?
Things To Get Me är en Chrome-tillägg utvecklad av https://www.thingstogetme.com, och dess huvudfunktion är "The universal wish-list maker. Add items to your gift list from any website.".
Tilläggsskärmbilder
Ladda ner Things To Get Me-förlängningens CRX-fil
Ladda ner Things To Get Me-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Things To Get Me |
ID | hikgojdlmopjpjfbmmpoleceddnhdjbi |
Officiell webbadress | https://chromewebstore.google.com/detail/things-to-get-me/hikgojdlmopjpjfbmmpoleceddnhdjbi |
Beskrivning | The universal wish-list maker. Add items to your gift list from any website. |
Filstorlek | 4.95 MB |
Antal Installationer | 11,273 |
Aktuell Version | 4.3 |
Senast Uppdaterad | 2023-06-25 |
Publiceringsdatum | 2020-06-28 |
Betyg | 4.45/5 Totalt 11 Betyg |
Utvecklare | https://www.thingstogetme.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.thingstogetme.com |
URL till Sekretesspolicy Sidan | https://www.thingstogetme.com/privacy |
Stödda Språk | 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 } |