whatsapp-chrome-ext

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

Wat is whatsapp-chrome-ext?

whatsapp-chrome-ext is een Chrome-extensie ontwikkeld door http://idanizi.com, en de belangrijkste functie is "Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie whatsapp-chrome-ext

Download whatsapp-chrome-ext-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam whatsapp-chrome-ext whatsapp-chrome-ext
ID pnahcacfebfjanhjfglbpppnhgogoknm
Officiële URL https://chrome.google.com/webstore/detail/whatsapp-chrome-ext/pnahcacfebfjanhjfglbpppnhgogoknm
Beschrijving Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019
Bestandsgrootte 2.43 MB
Aantal Installaties 25
Huidige Versie 1.0.2
Laatst Bijgewerkt 2020-07-18
Publicatiedatum 2020-07-18
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://idanizi.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/idanizi/whatsapp-chrome-ext
Help Pagina-URL https://github.com/idanizi/whatsapp-chrome-ext/issues
Ondersteunde Talen 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"
    ]
}