Sendible
Sendible SendIt
Cos'è Sendible?
Sendible è un'estensione di Chrome sviluppata da https://www.sendible.com, e la sua funzione principale è "Sendible SendIt".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sendible
Scarica i file di estensione Sendible in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Get the Sendible Chrome extension to quickly schedule and share links, images and videos you visit on the web.
Informazioni di Base sull'Estensione
Nome | Sendible |
ID | mbljfmmoibffcpcjimimcpobkonkgdbp |
URL Ufficiale | https://chromewebstore.google.com/detail/sendible/mbljfmmoibffcpcjimimcpobkonkgdbp |
Descrizione | Sendible SendIt |
Dimensione del File | 32.99 KB |
Conteggio Installazioni | 2,273 |
Versione Corrente | 161.11.0 |
Ultimo Aggiornamento | 2023-12-11 |
Data di Pubblicazione | 2020-04-16 |
Valutazione | 3.29/5 Totale 14 Valutazioni |
Sviluppatore | https://www.sendible.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.sendible.com |
URL della Pagina di Aiuto | https://support.sendible.com |
URL della Pagina della Politica sulla Privacy | https://www.sendible.com/privacy |
Lingue Supportate | 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" ] } ] } |