Appointlet

Web Extension for Appointlet

Appointlet란 무엇입니까?

Appointlet은(는) https://appointlet.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Web Extension for Appointlet"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Appointlet 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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]"
    }
}