whatsapp-chrome-ext

Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019

Cos'è whatsapp-chrome-ext?

whatsapp-chrome-ext è un'estensione di Chrome sviluppata da http://idanizi.com, e la sua funzione principale è "Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione whatsapp-chrome-ext

Scarica i file di estensione whatsapp-chrome-ext 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

                        WhatsApp chrome extension for sending direct message to a phone number without the need
of saving it to your contacts.                    

Informazioni di Base sull'Estensione

Nome whatsapp-chrome-ext whatsapp-chrome-ext
ID pnahcacfebfjanhjfglbpppnhgogoknm
URL Ufficiale https://chrome.google.com/webstore/detail/whatsapp-chrome-ext/pnahcacfebfjanhjfglbpppnhgogoknm
Descrizione Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019
Dimensione del File 2.43 MB
Conteggio Installazioni 25
Versione Corrente 1.0.2
Ultimo Aggiornamento 2020-07-18
Data di Pubblicazione 2020-07-18
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://idanizi.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/idanizi/whatsapp-chrome-ext
URL della Pagina di Aiuto https://github.com/idanizi/whatsapp-chrome-ext/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "whatsapp-chrome-ext",
    "version": "1.0.2",
    "description": "Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich \u00a9 2019",
    "icons": {
        "16": ".\/icons\/icon16.png",
        "48": ".\/icons\/icon48.png",
        "128": ".\/icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": ".\/icons\/icon.png",
        "default_popup": ".\/src\/popup\/popup.html"
    },
    "author": "Idan Izicovich",
    "background": {
        "scripts": [
            ".\/src\/events.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "storage"
    ]
}