Sendible
Sendible SendIt
什麼是Sendible?
Sendible是由https://www.sendible.com開發的Chrome擴展程式,該擴展的主要功能是“Sendible SendIt”。
擴展截圖
下載Sendible擴展crx文件
下載Sendible擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Get the Sendible Chrome extension to quickly schedule and share links, images and videos you visit on the web.
擴展基本資訊
名稱 | Sendible |
ID | mbljfmmoibffcpcjimimcpobkonkgdbp |
官方網址 | https://chromewebstore.google.com/detail/sendible/mbljfmmoibffcpcjimimcpobkonkgdbp |
簡介 | Sendible SendIt |
檔案大小 | 32.99 KB |
安裝次數 | 2,273 |
目前版本 | 161.11.0 |
更新時間 | 2023-12-11 |
上架時間 | 2020-04-16 |
評分 | 3.29/5 共 14 次評分 |
開發者 | https://www.sendible.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.sendible.com |
說明頁面URL | https://support.sendible.com |
隱私政策頁面URL | https://www.sendible.com/privacy |
支援的語言 | 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" ] } ] } |