Apptoto

Apptoto browser extension.

Apptoto란 무엇입니까?

Apptoto은(는) https://apptoto.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Apptoto browser extension."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Apptoto users can now compose reminders and messages, edit appointments, and add attendees to calendar events without leaving their current tab in Chrome! 

Use to Compose feature to quickly send a text message to your next appointment, or send a rebooking link to your client who just rescheduled at the last minute. Update contacts or add new attendees with a single click. Have a last minute cancellation that violates your 24-hour notice policy? Check out the inbox tab to get a full history of reminder messages sent to specific contacts or appointments, including your client’s responses. 

Log in to the Apptoto platform or use the new Chrome extension to manage appointments from your browser. With Apptoto's Chrome extensions you have access to the features you need to quickly manage your daily appointment tasks.                    

확장 프로그램 기본 정보

이름 Apptoto Apptoto
ID oblhbhafindfbifndcbialodbpnimbgc
공식 URL https://chromewebstore.google.com/detail/apptoto/oblhbhafindfbifndcbialodbpnimbgc
설명 Apptoto browser extension.
파일 크기 123 KB
설치 횟수 106
현재 버전 1.0.5
최근 업데이트 2023-11-17
출시 날짜 2020-02-12
평점 4.50/5 총 2 개의 평점
개발자 https://apptoto.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.apptoto.com/
도움말 페이지 URL https://www.apptoto.com/support
개인정보 보호 정책 페이지 URL https://www.apptoto.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Apptoto",
    "version": "1.0.5",
    "description": "Apptoto browser extension.",
    "permissions": [
        "activeTab",
        "https:\/\/www.apptoto.com\/",
        "https:\/\/*.apptoto.com\/"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/justcal16.png",
            "48": "images\/justcal48.png",
            "128": "images\/justcal128.png"
        }
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/justcal16.png",
        "48": "images\/justcal48.png",
        "128": "images\/justcal128.png"
    },
    "manifest_version": 2
}