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™"입니다.
확장 프로그램 스크린샷
Promote Route: A Better WhatsApp™ Experience 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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\/*" ] } ] } |