Appointlet

Web Extension for Appointlet

Appointletとは何ですか?

Appointletはhttps://appointlet.comによって開発されたChromeの拡張機能で、その主な機能は「Web Extension for Appointlet」です。

拡張機能のスクリーンショット

screenshot
screenshot

Appointlet拡張機能のCRXファイルをダウンロード

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
Eメール [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]"
    }
}