When2meet Selector

Add functionality to the when2meet scheduling site, allowing users to see individual and combinations of schedules more easily.

When2meet Selectorคืออะไร?

When2meet Selector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Add functionality to the when2meet scheduling site, allowing users to see individual and combinations of schedules more easily."

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

screenshot
screenshot
screenshot

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

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

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

                        A simple extension that provides clearer ways to see schedules on the popular when2meet scheduling site by allowing users to see individual people's schedules, as well as combinations of people.                    

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

ชื่อ When2meet Selector When2meet Selector
ID fpjipfpdolohbejiljiaapgeehidkfnp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/when2meet-selector/fpjipfpdolohbejiljiaapgeehidkfnp
คำอธิบาย Add functionality to the when2meet scheduling site, allowing users to see individual and combinations of schedules more easily.
ขนาดไฟล์ 54.11 KB
จำนวนการติดตั้ง 125
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-05-04
วันที่เผยแพร่ 2022-05-03
ผู้พัฒนา Unknown
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "When2meet Selector",
    "description": "Add functionality to the when2meet scheduling site, allowing users to see individual and combinations of schedules more easily.",
    "version": "1.0.0",
    "icons": {
        "128": "128.png"
    },
    "action": {
        "default_icon": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.when2meet.com\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "menu.js"
            ],
            "matches": [
                "https:\/\/www.when2meet.com\/*"
            ]
        }
    ]
}