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開發的Chrome擴展程式,該擴展的主要功能是“Promote Route - Send Personalized, Multimedia & Multiple WhatsApp™ Messages | Connect with your customers on WhatsApp™”。

擴展截圖

screenshot

下載Promote Route: A Better WhatsApp™ Experience擴展crx文件

下載Promote Route: A Better WhatsApp™ Experience擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
            ]
        }
    ]
}