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. 拡張機能の基本情報
| 名前 | |
| ID | mbljfmmoibffcpcjimimcpobkonkgdbp |
| 公式URL | 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 |
| Eメール | [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"
]
}
]
} | |