Sebaran
Message Broadcasting Tool
What is Sebaran?
Sebaran is a Chrome extension developed by https://www.diagonal.id, and its main feature is "Message Broadcasting Tool".
Extension Screenshots
Download Sebaran Extension CRX File
Download Sebaran extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Sebaran adalah ekstensi google chrome untuk memudahkan mengirimkan pesan broadcast pada ribuan kustomer anda.
Extension Basic Information
Name | Sebaran |
ID | ecokmcackgiahnhklacojckhjmgkgcdi |
Official URL | https://chromewebstore.google.com/detail/sebaran/ecokmcackgiahnhklacojckhjmgkgcdi |
Description | Message Broadcasting Tool |
File Size | 488 KB |
Installation Count | 11,755 |
Current Version | 2.3.19 |
Last Updated | 2023-09-22 |
Publish Date | 2020-07-15 |
Rating | 4.29/5 Total 24 Ratings |
Developer | https://www.diagonal.id |
[email protected] | |
Payment Type | free |
Extension Website | https://www.diagonal.id/sebaran |
Help Page URL | https://www.diagonal.id/account/helpdesk |
Privacy Policy Page URL | https://www.diagonal.id/privacy |
Supported Languages | id |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sebaran", "version": "2.3.19", "description": "Message Broadcasting Tool", "icons": { "16": "icon_16.png", "32": "icon_32.png", "64": "icon_64.png", "128": "icon_128.png", "256": "icon_256.png" }, "manifest_version": 3, "content_scripts": [ { "js": [ "script.js" ], "css": [ "app.css" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ], "run_at": "document_end" } ], "permissions": [ "storage", "unlimitedStorage" ], "host_permissions": [ "*:\/\/*.diagonal.id\/*" ], "web_accessible_resources": [ { "resources": [ "client.js", "app.js", "chunk-vendors.js", "success-chime.wav" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] } ] } |