Ultimate WhatsSender
Ultimate WhatsSender enables anyone who marketing by automating tool. This is available for Chrome extension.
Ultimate WhatsSenderとは何ですか?
Ultimate WhatsSenderはhttps://kolors4u.comによって開発されたChromeの拡張機能で、その主な機能は「Ultimate WhatsSender enables anyone who marketing by automating tool. This is available for Chrome extension.」です。
拡張機能のスクリーンショット
Ultimate WhatsSender拡張機能のCRXファイルをダウンロード
Ultimate WhatsSender拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Send Bulk WhatsApp Messages to Any Contacts . WhatsApp Accessibility and Automation Tool. Key Features - Import numbers from CSV - Enter numbers In text box - Send Messages to selected numbers. - Send Attachment with caption. - Support {name} variable, so you can use dynamic values. Such as customer name - Check Status of sent messages. - Name customization in Message - Send image, video, audio, file attachments Disclaimer: This Chrome plugin is not endorsed or certified WhatsApp Inc. This is an unofficial enhancement tool for WhatsApp Web.
拡張機能の基本情報
名前 | Ultimate WhatsSender |
ID | oelfjickfdbefinaaiihmllllpcojkfa |
公式URL | https://chromewebstore.google.com/detail/ultimate-whatssender/oelfjickfdbefinaaiihmllllpcojkfa |
説明 | Ultimate WhatsSender enables anyone who marketing by automating tool. This is available for Chrome extension. |
ファイルサイズ | 887 KB |
インストール数 | 1,892 |
現在のバージョン | 2020.08.01.1 |
最終更新日 | 2020-08-21 |
公開日 | 2020-08-17 |
評価 | 4.70/5 合計 10 レビュー |
開発者 | https://kolors4u.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://kolors4u.com/ |
ヘルプページのURL | https://conveys.in/ |
プライバシーポリシーページのURL | https://conveys.in/privacy-policy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Devendra Sharma", "name": "Ultimate WhatsSender", "short_name": "Ultimate WhatsSender", "version": "2020.08.01.1", "description": "Ultimate WhatsSender enables anyone who marketing by automating tool. This is available for Chrome extension.", "icons": { "128": "\/assets\/icons\/icon128.png", "16": "\/assets\/icons\/icon16.png", "48": "\/assets\/icons\/icon48.png" }, "browser_action": { "default_icon": "\/assets\/icons\/icon16.png" }, "background": { "persistent": false, "scripts": [ "\/src\/main\/background\/background.js" ] }, "content_scripts": [ { "js": [ "\/src\/lib\/jquery.js", "\/src\/lib\/inside.js", "\/assets\/script\/bootstrap.min.js", "\/assets\/script\/material.min.js", "\/src\/lib\/popup.js" ], "css": [ "\/assets\/style\/material.min.css", "\/assets\/style\/font-awesome\/css\/font-awesome.css", "\/assets\/style\/fonts\/roboto.font.css", "\/assets\/style\/bootstrap.min.css", "\/assets\/style\/popup.css" ], "matches": [ "*:\/\/*.whatsapp.com\/*" ] } ], "permissions": [ "*:\/\/*.whatsapp.com\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "src\/*", "assets\/*" ] } |