Sendible
Sendible SendIt
Vad är Sendible?
Sendible är en Chrome-tillägg utvecklad av https://www.sendible.com, och dess huvudfunktion är "Sendible SendIt".
Tilläggsskärmbilder
Ladda ner Sendible-förlängningens CRX-fil
Ladda ner Sendible-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Get the Sendible Chrome extension to quickly schedule and share links, images and videos you visit on the web.
Grundläggande Information om Tillägg
Namn | Sendible |
ID | mbljfmmoibffcpcjimimcpobkonkgdbp |
Officiell webbadress | https://chromewebstore.google.com/detail/sendible/mbljfmmoibffcpcjimimcpobkonkgdbp |
Beskrivning | Sendible SendIt |
Filstorlek | 32.99 KB |
Antal Installationer | 2,273 |
Aktuell Version | 161.11.0 |
Senast Uppdaterad | 2023-12-11 |
Publiceringsdatum | 2020-04-16 |
Betyg | 3.29/5 Totalt 14 Betyg |
Utvecklare | https://www.sendible.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.sendible.com |
Hjälpsida URL | https://support.sendible.com |
URL till Sekretesspolicy Sidan | https://www.sendible.com/privacy |
Stödda Språk | 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" ] } ] } |