Apptoto
Apptoto browser extension.
什麼是Apptoto?
Apptoto是由https://apptoto.com開發的Chrome擴展程式,該擴展的主要功能是“Apptoto browser extension.”。
擴展截圖
下載Apptoto擴展crx文件
下載Apptoto擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | oblhbhafindfbifndcbialodbpnimbgc |
官方網址 | 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 } |