WishListo
Easily create your birthday wishlist, baby registry, wedding registry, christmas wishlist!
Co to jest WishListo?
WishListo to rozszerzenie Chrome opracowane przez https://listesdecadeaux.com, a jego główną funkcją jest „Easily create your birthday wishlist, baby registry, wedding registry, christmas wishlist!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia WishListo
Pobierz pliki rozszerzeń WishListo w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
The WishListo browser extension allows you to add gifts to your wishlists in one click while browsing your favourite web stores. WishListo is the easiest way to manage your baby registries, birthday wishlists, wedding registries, christmas wishlists... No matter what the event or occasion, creating a wishlist is easy, and free!
Podstawowe informacje o rozszerzeniu
Nazwa | WishListo |
ID | fdkjiocjncdhpmienmepiodnpbnedlmj |
Oficjalny URL | https://chromewebstore.google.com/detail/wishlisto/fdkjiocjncdhpmienmepiodnpbnedlmj |
Opis | Easily create your birthday wishlist, baby registry, wedding registry, christmas wishlist! |
Rozmiar pliku | 16.08 KB |
Liczba instalacji | 979 |
Aktualna Wersja | 1.1.6 |
Ostatnia Aktualizacja | 2019-11-11 |
Data Publikacji | 2019-11-10 |
Deweloper | https://listesdecadeaux.com |
Typ Płatności | free |
Obsługiwane Języki | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_manifest_name__", "description": "__MSG_manifest_description__", "version": "1.1.6", "default_locale": "en", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "__MSG_manifest_browser_action_title__", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.listesdecadeaux.com\/*", "*:\/\/*.wishlisto.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |