Caravan

Caravan | Collaborate with your team on Twitter

Caravanคืออะไร?

Caravan เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://trycaravan.com และคุณลักษณะหลักของมันคือ "Caravan | Collaborate with your team on Twitter"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Caravan

ดาวน์โหลดไฟล์ส่วนขยาย 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 !                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Caravan Caravan
ID hfabidbfiaicfjbpffaphabpdnkfkjhn
URL อย่างเป็นทางการ 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
}