Sendible
Sendible SendIt
Apa itu Sendible?
Sendible adalah ekstensi Chrome yang dikembangkan oleh https://www.sendible.com, dan fitur utamanya adalah "Sendible SendIt".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Sendible
Unduh file ekstensi Sendible dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Get the Sendible Chrome extension to quickly schedule and share links, images and videos you visit on the web.
Informasi Dasar Ekstensi
Nama | Sendible |
ID | mbljfmmoibffcpcjimimcpobkonkgdbp |
URL Resmi | https://chromewebstore.google.com/detail/sendible/mbljfmmoibffcpcjimimcpobkonkgdbp |
Deskripsi | Sendible SendIt |
Ukuran File | 32.99 KB |
Jumlah Instalasi | 2,273 |
Versi Saat Ini | 161.11.0 |
Terakhir Diperbarui | 2023-12-11 |
Tanggal Publikasi | 2020-04-16 |
Penilaian | 3.29/5 Total 14 Penilaian |
Pengembang | https://www.sendible.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.sendible.com |
URL Halaman Bantuan | https://support.sendible.com |
URL Halaman Kebijakan Privasi | https://www.sendible.com/privacy |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sendible", "short_name": "Sendible", "version": "161.11.0", "manifest_version": 2, "description": "Sendible SendIt", "permissions": [ "tabs" ], "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "browser_action": { "default_icon": { "19": "icons\/off19x19.png", "38": "icons\/38x38.png" }, "default_title": "Start Sendible Compose Box" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_globs": [ "http:\/\/localhost:1235\/*", "https:\/\/buildapp.sendible.com\/*", "http:\/\/app.sendible.com\/*" ], "js": [ "content.js" ] } ] } |