CoScreen

CoScreen

CoScreenคืออะไร?

CoScreen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://coscreen.co และคุณลักษณะหลักของมันคือ "CoScreen"

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

screenshot
screenshot

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

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

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

                        Please install the Google Workspace app for CoScreen as this Chrome Extension has been deprecated.

You can find the new Google Workspace app for CoScreen here:
https://workspace.google.com/marketplace/app/coscreen_for_google_calendar/835187767315

Get help or ask questions: [email protected].                    

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

ชื่อ CoScreen CoScreen
ID pahmjnapohdeedmdhmbeddgmhebhegme
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/coscreen/pahmjnapohdeedmdhmbeddgmhebhegme
คำอธิบาย CoScreen
ขนาดไฟล์ 2.46 MB
จำนวนการติดตั้ง 1,032
เวอร์ชันปัจจุบัน 0.0.8
อัปเดตครั้งล่าสุด 2023-10-25
วันที่เผยแพร่ 2020-12-04
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://coscreen.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://coscreen.co
URL หน้าช่วยเหลือ https://support.coscreen.co
URL หน้านโยบายความเป็นส่วนตัว https://app.termly.io/document/privacy-policy/f8dd1607-7755-4f56-9f7a-bc7d57a69e49
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CoScreen",
    "version": "0.0.8",
    "manifest_version": 2,
    "description": "CoScreen",
    "homepage_url": "https:\/\/coscreen.co",
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage"
    ],
    "omnibox": {
        "keyword": "coscreen"
    },
    "browser_action": {
        "default_popup": "browser-extension.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/calendar\/*"
            ],
            "js": [
                "googleCalendar.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/19.png"
    ]
}