Wished

Wish for anything, anywhere

Cos'è Wished?

Wished è un'estensione di Chrome sviluppata da https://www.wished.online, e la sua funzione principale è "Wish for anything, anywhere".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Wished

Scarica i file di estensione Wished 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

                        Wished is your universal wishlist for all of your favourite shopping sites. 

Create multiple wishlists, share them with friends and family, and even get notified of price updates!

With our easy-to-use and customizable wishlist extension, you will be able to save their favourite products and purchase them later with just a few clicks. Our extension is fully compatible with any online store and can easily provide you 

Key Features:

- Easy-to-use and intuitive interface
- Compatible with any online store
- Share wishlists with friends and family
- Be notified of price drops
- Ability to add and manage unlimited items in all of your wishlists                    

Informazioni di Base sull'Estensione

Nome Wished Wished
ID hhnahkmehhkjemigopkkkamciojfmcbh
URL Ufficiale https://chromewebstore.google.com/detail/wished/hhnahkmehhkjemigopkkkamciojfmcbh
Descrizione Wish for anything, anywhere
Dimensione del File 325 KB
Conteggio Installazioni 35
Versione Corrente 1.4.1
Ultimo Aggiornamento 2023-11-19
Data di Pubblicazione 2021-03-12
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore https://www.wished.online
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.wished.online/
URL della Pagina di Aiuto https://www.wished.online/
URL della Pagina della Politica sulla Privacy https://www.wished.online/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wished",
    "version": "1.4.1",
    "description": "Wish for anything, anywhere",
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "96": "images\/icons\/96.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_popup": "popup.htm",
        "default_icon": {
            "16": "images\/icons\/16.png",
            "32": "images\/icons\/32.png"
        }
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content.bundle.js"
            ],
            "match_about_blank": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ]
}