Promote Route: A Better WhatsApp™ Experience

Promote Route - Send Personalized, Multimedia & Multiple WhatsApp™ Messages | Connect with your customers on WhatsApp™

Promote Route: A Better WhatsApp™ Experience क्या है?

Promote Route: A Better WhatsApp™ Experience PromoteRoute.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Promote Route - Send Personalized, Multimedia & Multiple WhatsApp™ Messages | Connect with your customers on WhatsApp™"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Promote Route: A Better WhatsApp™ Experience एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Promote Route: A Better WhatsApp™ Experience, increase your productivity while focusing on privacy with plenty of features.

Note:
We do not support Bulk messaging and anything which is against the policies of WhatsApp™ Inc. Kindly do not use for SPAMMING or BULK Marketing which are strictly prohibited. This software is developed only for personal use / official business usage and not for any kind of bulk messaging.

-----------------------
💼 LEGAL 💼
-----------------------
WhatsApp™ is a trademark of WhatsApp™ Inc., registered in the U.S. and other countries.
Promote Route is an unofficial enhancement for WhatsApp™ Web.                    

एक्सटेंशन की मूल जानकारी

नाम Promote Route: A Better WhatsApp™ Experience Promote Route: A Better WhatsApp™ Experience
ID lgfomefmfkpdfhndeaaikffjbfobajbg
आधिकारिक URL https://chrome.google.com/webstore/detail/promote-route-a-better-wh/lgfomefmfkpdfhndeaaikffjbfobajbg
विवरण Promote Route - Send Personalized, Multimedia & Multiple WhatsApp™ Messages | Connect with your customers on WhatsApp™
फ़ाइल का आकार 6.61 MB
स्थापना संख्या 70,000
वर्तमान संस्करण 2.11.0
अंतिम अपडेट 2022-07-21
प्रकाशन तिथि 2019-11-23
रेटिंग 4.21/5 कुल 266 रेटिंग्स
डेवलपर PromoteRoute.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://promoteroute.com/privacy-and-terms
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Promote Route - Send Personalized, Multimedia & Multiple WhatsApp\u2122 Messages | Connect with your customers on WhatsApp\u2122",
    "version": "2.11.0",
    "manifest_version": 3,
    "name": "Promote Route: A Better WhatsApp\u2122 Experience",
    "short_name": "Promote Route",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/*.whatsapp.com\/*",
        "*:\/\/*.promoteroute.com\/*"
    ],
    "action": {
        "default_icon": "icon-34.png"
    },
    "chrome_url_overrides": [],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.whatsapp.com\/*",
                "*:\/\/*.promoteroute.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css",
                "inject.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "inject.styles.css",
                "icon-128.png",
                "icon-48.png",
                "icon-16.png",
                "icon-34.png",
                "injectScript.bundle.js",
                "inject2Script.bundle.js",
                "inject3Script.bundle.js",
                "store.bundle.js",
                "images\/*"
            ],
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ]
        }
    ]
}