Caravan
Caravan | Collaborate with your team on Twitter
什麼是Caravan?
Caravan是由https://trycaravan.com開發的Chrome擴展程式,該擴展的主要功能是“Caravan | Collaborate with your team on Twitter”。
擴展截圖
下載Caravan擴展crx文件
下載Caravan擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Caravan Browser Extension for trycaravan.com (developed by Tabula Software Inc.)
_______
The Caravan extension enables you to engage with the members of your Caravan without leaving the Twitter website.
Your organization's shared feed pops up in an easy-to-use to-do list, so you never miss anything from your team on Twitter.
Learn more at trycaravan.com ! 擴展基本資訊
| 名稱 | |
| ID | hfabidbfiaicfjbpffaphabpdnkfkjhn |
| 官方網址 | https://chromewebstore.google.com/detail/caravan/hfabidbfiaicfjbpffaphabpdnkfkjhn |
| 簡介 | Caravan | Collaborate with your team on Twitter |
| 檔案大小 | 642 KB |
| 安裝次數 | 92 |
| 目前版本 | 1.0.0 |
| 更新時間 | 2022-08-20 |
| 上架時間 | 2022-08-20 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | https://trycaravan.com |
| 電子郵箱 | [email protected] |
| 付費類型 | in_app |
| 擴展官網 | https://trycaravan.com |
| 說明頁面URL | https://trycaravan.com |
| 隱私政策頁面URL | https://www.trycaravan.com/privacy-policy |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Caravan",
"version": "1.0.0",
"description": "Caravan | Collaborate with your team on Twitter",
"permissions": [
"tabs"
],
"host_permissions": [],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.twitter.com\/*"
],
"js": [
"sidebar.js"
],
"css": [
"style\/sidebar.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"img\/*.svg",
"*.svg",
"double-left-outline.svg",
"double-right-outline.svg"
],
"matches": [],
"extension_ids": []
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"action": {
"default_popup": "popup\/index.html",
"default_icon": {
"16": "popup\/favicon-16x16.png",
"32": "popup\/favicon-32x32.png",
"48": "popup\/android-icon-48x48.png",
"128": "popup\/apple-icon-120x120.png"
}
},
"icons": {
"16": "popup\/favicon-16x16.png",
"32": "popup\/favicon-32x32.png",
"48": "popup\/android-icon-48x48.png",
"128": "popup\/apple-icon-120x120.png"
},
"manifest_version": 3
} | |