Teamflow Virtual Office

Feel like a team again with your own virtual office.

Teamflow Virtual Officeคืออะไร?

Teamflow Virtual Office เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://teamflowhq.com และคุณลักษณะหลักของมันคือ "Feel like a team again with your own virtual office."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Teamflow Virtual Office ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The extension shows information about your Teamflow Virtual Office and makes it easy to add Teamflow meeting links to Google Calendar events                    

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

ชื่อ Teamflow Virtual Office Teamflow Virtual Office
ID akbfbofhedhefhmcmgkmianllcpplblj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/teamflow-virtual-office/akbfbofhedhefhmcmgkmianllcpplblj
คำอธิบาย Feel like a team again with your own virtual office.
ขนาดไฟล์ 307 KB
จำนวนการติดตั้ง 587
เวอร์ชันปัจจุบัน 2.2
อัปเดตครั้งล่าสุด 2022-02-05
วันที่เผยแพร่ 2022-02-05
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://teamflowhq.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.teamflowhq.com/
URL หน้าช่วยเหลือ https://teamflow.helpscoutdocs.com/article/6-contact-support
URL หน้านโยบายความเป็นส่วนตัว https://www.teamflowhq.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAko4FRlyj2avSVTXlg2qiR1A\/AmGW6qEvtdkOZ0\/0uDaiBZgfxeO\/K6Bgd07qEHzhAX1srQJOxkxO8QUOqBVIF49HFdhFqTyY3uwTOBDoJoZyMIlpebNMVIrtiF1r5FQHPhBNDXystXUODDmt6c6U7WoysLmfp\/KZw8jYO8k22bPNdzMfHp0wLAJHRCIryBsrgnt2hvsOBpgOzMxJ7sQgswMTlEdnfv0AOprdvkAbWhgxAHMNK9yrd9BmD3xpYRxD+bsmcSRvyXkCnYICDfaHDlPB+FoGJKNsBh57FXMh9Yyc50G1XdUQZq87iGSKWdqFWKVjAButs5Bw2aAT1nwaawIDAQAB",
    "oauth2": {
        "client_id": "702546218979-rgbnmmo28qs8u3vc2o8c63f2trqj51au.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar.events"
        ]
    },
    "manifest_version": 2,
    "name": "Teamflow Virtual Office",
    "version": "2.2",
    "description": "Feel like a team again with your own virtual office.",
    "icons": {
        "32": "32x32.png",
        "48": "48x48.png",
        "96": "96x96.png",
        "128": "128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "identity",
        "tabs",
        "activeTab",
        "storage",
        "idle",
        "desktopCapture",
        "http:\/\/localhost:3000\/*",
        "https:\/\/calendar.google.com\/*",
        "https:\/\/staging.teamflowhq.com\/*",
        "https:\/\/app.teamflowhq.com\/*",
        "https:\/\/api.segment.io\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.teamflowhq.com\/*",
            "http:\/\/localhost:3000\/*"
        ]
    }
}