Premium Sender
Premium Sender. Filter numbers, send messages, attachments and more.
Premium Senderとは何ですか?
Premium Senderはhttps://premiumsender.inによって開発されたChromeの拡張機能で、その主な機能は「Premium Sender. Filter numbers, send messages, attachments and more.」です。
拡張機能のスクリーンショット
Premium Sender拡張機能のCRXファイルをダウンロード
Premium Sender拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Send Greetings, Offers and subscription reminders to your clients.
Easy integration with Excel Sheet.
Name customization in message 拡張機能の基本情報
| 名前 | |
| ID | pggchepbleikpkhffahfabfeodghbafd |
| 公式URL | https://chromewebstore.google.com/detail/premium-sender/pggchepbleikpkhffahfabfeodghbafd |
| 説明 | Premium Sender. Filter numbers, send messages, attachments and more. |
| ファイルサイズ | 1.47 MB |
| インストール数 | 272,140 |
| 現在のバージョン | 1.0.61 |
| 最終更新日 | 2023-09-01 |
| 公開日 | 2020-09-16 |
| 評価 | 4.37/5 合計 204 レビュー |
| 開発者 | https://premiumsender.in |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://premiumsender.in |
| プライバシーポリシーページのURL | http://premiumsender.in/privacypolicy.html |
| 対応言語 | id,en,fr,ru,hi,ar |
| manifest.json | |
{
"background": {
"scripts": [
"backgroundmin.js"
]
},
"browser_action": {
"default_popup": "popup.html",
"default_title": "PremiumSender"
},
"content_scripts": [
{
"js": [
"contentmin.js"
],
"matches": [
"*:\/\/web.whatsapp.com\/*"
]
}
],
"default_locale": "en",
"description": "__MSG_appDesc__",
"icons": {
"128": "img\/icon128.png",
"16": "img\/icon16.png",
"48": "img\/icon48.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgA1vBDYlx1UaTMhV6xJP28bzcYFH2DvrFsHBipnLbXap3WtVYOqStbKmdm5DGoZShi9kbRjiKbJSSJyIVhVCs7DuXmY+Gyc78lyaZXphsVMEy1RfzYkGuYgbL2cCPg\/LQVsGV2k+Im1PSERn81UNqv5DZYepRVJU+H+3jWJeEzTGhIGphsSeUSh3gIxLUwiKVQEKphDWuzmAdSrKz76RKlsMkwKygPJPqRlB9n0XgSR210xvyWD0FXbC1O0KAALoCTqq7oK0ifcgYbYRu4RZqUaYhqzy8zYJEl2L1ZmG5C3sTiDfDK8aoJXmKfjBoF9p1EiDy2bpgCvBPk\/SHF0KDwIDAQAB",
"manifest_version": 2,
"name": "Premium Sender",
"permissions": [
"notifications",
"storage"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.61",
"web_accessible_resources": [
"page.js"
]
} | |