Appointlet
Web Extension for Appointlet
ما هو Appointlet؟
Appointlet هو إضافة Chrome تم تطويرها بواسطة https://appointlet.com، والميزة الرئيسية لها هي "Web Extension for Appointlet".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Appointlet
قم بتنزيل ملفات الامتداد Appointlet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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/ |
عنوان صفحة المساعدة | http://kb.appointlet.help/ |
عنوان صفحة سياسة الخصوصية | 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]" } } |