Apptoto

Apptoto browser extension.

Apptotoคืออะไร?

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

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
}