Appointlet

Web Extension for Appointlet

Appointletคืออะไร?

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

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

screenshot
screenshot

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

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

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

                        The days of back and forth scheduling are over. With Appointlet for Chrome, you set up your availability and send customers a scheduling link. It's that simple.

Appointlet for Chrome gives you easy access to your scheduling links, so sending them to your customers is just a click away.

Don't have an Appointlet account yet? Visit https://www.appointlet.com/ to sign up today.                    

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

ชื่อ Appointlet Appointlet
ID oanmefncibhopinffldmcfpkhjfcnggo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/appointlet/oanmefncibhopinffldmcfpkhjfcnggo
คำอธิบาย Web Extension for Appointlet
ขนาดไฟล์ 1002 KB
จำนวนการติดตั้ง 1,762
เวอร์ชันปัจจุบัน 2.0.5
อัปเดตครั้งล่าสุด 2022-01-17
วันที่เผยแพร่ 2020-05-14
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://appointlet.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.appointlet.com/
URL หน้าช่วยเหลือ http://kb.appointlet.help/
URL หน้านโยบายความเป็นส่วนตัว http://www.appointlet.help/legal/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Appointlet",
    "version": "2.0.5",
    "description": "Web Extension for Appointlet",
    "permissions": [
        "storage",
        "notifications",
        "identity",
        "https:\/\/api.appointlet.com\/*",
        "https:\/\/app.appointlet.com\/*"
    ],
    "background": {
        "scripts": [
            "hot-reload.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "16": "logos\/browser-extension-logo.png",
        "32": "logos\/[email protected]",
        "48": "logos\/[email protected]",
        "128": "logos\/[email protected]"
    }
}