Wariz - Whatsapp™ Automation Assistant

Whatsapp™ Automation Assistant

What is Wariz - Whatsapp™ Automation Assistant?

Wariz - Whatsapp™ Automation Assistant is a Chrome extension developed by http://geniusapes.co, and its main feature is "Whatsapp™ Automation Assistant".

Extension Screenshots

screenshot

Download Wariz - Whatsapp™ Automation Assistant Extension CRX File

Download Wariz - Whatsapp™ Automation Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Automating your whatsapp by sending bulk message and manage contacts

1. Open web.whatsapp.com and extension
2. Add some contacts
3. Plan some messages
4. Click start process
5. Wait until done

- THIS IS A DEMO FOR CODE CANYON PRODUCT -                    

Extension Basic Information

Name Wariz - Whatsapp™ Automation Assistant Wariz - Whatsapp™ Automation Assistant
ID cppchfdjfagoinajnloekmjjocgmkobm
Official URL https://chrome.google.com/webstore/detail/wariz-whatsapp-automation/cppchfdjfagoinajnloekmjjocgmkobm
Description Whatsapp™ Automation Assistant
File Size 242 KB
Installation Count 52
Current Version 1.0.0
Last Updated 2019-11-02
Publish Date 2019-11-02
Rating 3.33/5 Total 3 Ratings
Developer http://geniusapes.co
Email [email protected]
Payment Type free
Help Page URL https://www.facebook.com/groups/2286393421682620/?ref=bookmarks
Privacy Policy Page URL https://bionicprogram.com/m/agreement/tos
Supported Languages id
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wariz - Whatsapp\u2122 Automation Assistant",
    "description": "Whatsapp\u2122 Automation Assistant",
    "version": "1.0.0",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Whatsapp\u2122 Automation Assistant"
    },
    "permissions": [
        "unlimitedStorage",
        "storage",
        "tabs",
        "activeTab",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/web.whatsapp.com\/*",
        "identity",
        "identity.email"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}