Arkadin

Schedule meetings directly from Google Calendar

Arkadinคืออะไร?

Arkadin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Arkadin และคุณลักษณะหลักของมันคือ "Schedule meetings directly from Google Calendar"

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Arkadin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Organise and start audio, web and video conferences in seconds from your Chrome browser with the Arkadin Chrome Extension.

- Enter your account credentials once and then enjoy instant access to your meetings
- Start your meetings in one click from you Chrome browser
- Send invitations from your email client or Gmail in seconds, pre-populated with audio, video and web conferencing information 
- Create calendar invites in Google Calendar or another calendar application, pre-populated with audio, video and web conferencing information 

An Arkadin account is required to organise and start meetings.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Arkadin Arkadin
ID ehecnhgifplgbffdfcepnigdhppopfbh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ehecnhgifplgbffdfcepnigdhppopfbh
คำอธิบาย Schedule meetings directly from Google Calendar
ขนาดไฟล์ 726 KB
จำนวนการติดตั้ง 7,484
เวอร์ชันปัจจุบัน 1.7.2.0
อัปเดตครั้งล่าสุด 2021-07-07
วันที่เผยแพร่ 2019-12-20
คะแนน 4.86/5 รวมทั้งหมด 28 คะแนน
ผู้พัฒนา Arkadin
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.arkadin.com/
URL หน้าช่วยเหลือ http://www.arkadin.com/client-support/
URL หน้านโยบายความเป็นส่วนตัว https://www.arkadin.com/privacy
ภาษาที่รองรับ de,en,fr,nl,tr,es,it,pl,fi,sv,ru,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "\/images\/48.png",
        "default_popup": "popup.html",
        "default_title": "Arkadin"
    },
    "web_accessible_resources": [
        "mailTemplate\/*",
        "_locales\/mailTemplate\/*",
        "images\/*"
    ],
    "content_scripts": [
        {
            "css": [
                "\/CSS\/jquery-ui.css",
                "\/CSS\/styleSheetCalendar.css"
            ],
            "js": [
                "\/Scripts\/common\/jquery-2.1.0.min.js",
                "Scripts\/common\/jquery.i18n.properties-min-1.0.9.js",
                "Scripts\/common\/jquery-ui-1.10.4.custom.min.js",
                "Scripts\/common\/date.format.js",
                "Scripts\/common\/UrlParameters.js",
                "Scripts\/common\/Base64Encoder.js",
                "\/Scripts\/objects.js",
                "\/Scripts\/tools.js",
                "\/Scripts\/content_scripts.js"
            ],
            "matches": [
                "https:\/\/www.google.com\/calendar\/*",
                "https:\/\/mail.google.com\/mail\/*",
                "https:\/\/calendar.google.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "\/images\/128.png",
        "16": "\/images\/16.png",
        "48": "\/images\/48.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "downloads",
        "downloads.open",
        "tabs",
        "*:\/\/www.google.com\/calendar\/*",
        "*:\/\/calendar.google.com\/*",
        "*:\/\/*.anywhereconference.com\/*",
        "*:\/\/*.conferencing-tools.com\/*",
        "*:\/\/*.arkadin.com\/*",
        "*:\/\/*.google.com\/"
    ],
    "version": "1.7.2.0",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}