Pinstriped meeting
Schedule Pinstriped meetings from your Google Calendar
ما هو Pinstriped meeting؟
Pinstriped meeting هو إضافة Chrome تم تطويرها بواسطة https://pinstriped.com، والميزة الرئيسية لها هي "Schedule Pinstriped meetings from your Google Calendar".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pinstriped meeting
قم بتنزيل ملفات الامتداد Pinstriped meeting بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Pinstriped is the easy way to prepare and run successful meetings. With the Pinstriped Chrome Extension, you can easily create new meetings in Pinstriped, right from your Google Calendar. Now, you don't need to import meetings into Pinstriped; they'll automatically appear there, just by clicking the Pinstriped button in Google Calendar when creating a new event. Pinstriped is focused on helping you prepare, run, and follow up on your meetings, and preparation just got a whole lot easier with the Pinstriped Chrome Extension.
معلومات أساسية عن التمديد
الاسم | Pinstriped meeting |
ID | fpkblaebgpaefagcaklfioaimplnfjoj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/pinstriped-meeting/fpkblaebgpaefagcaklfioaimplnfjoj |
الوصف | Schedule Pinstriped meetings from your Google Calendar |
حجم الملف | 190 KB |
عدد التثبيتات | 70 |
النسخة الحالية | 1.6.2 |
آخر تحديث | 2019-10-30 |
تاريخ النشر | 2019-10-30 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | https://pinstriped.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | https://help.pinstriped.com |
عنوان صفحة سياسة الخصوصية | https://pinstriped.com/policy.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pinstriped meeting", "version": "1.6.2", "default_locale": "en", "description": "Schedule Pinstriped meetings from your Google Calendar", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "author": { "name": "Ejaz Bawasa", "email": "[email protected]" }, "page_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Pinstriped" }, "background": { "persistent": false, "scripts": [ "libs\/config.js", "libs\/psgm.js", "libs\/server.js" ] }, "permissions": [ "identity", "https:\/\/pinstriped.com\/" ], "content_scripts": [ { "matches": [ "http:\/\/calendar.google.com\/*", "https:\/\/calendar.google.com\/*" ], "css": [ "tailwind.css" ], "js": [ "main.js" ], "run_at": "document_end" } ] } |