LIFT Session
Social media plug-in for LIFT session
ما هو LIFT Session؟
LIFT Session هو إضافة Chrome تم تطويرها بواسطة https://liftsession.com، والميزة الرئيسية لها هي "Social media plug-in for LIFT session".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة LIFT Session
قم بتنزيل ملفات الامتداد LIFT Session بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
LIFT session enables anyone to access customized fitness training from top coaches, from any location and on-demand, through LIVE online sessions. Our members enjoy the most efficient, challenging, fun and safe fitness sessions built for their needs. This plug-in is for LIFT coaches conducting LIFT sessions through a Chrome browser. It allows coaches to snap pictures of their clients during their workouts, which are immediately available to clients after the session for sharing on social media. Clients do not require installing this plug-in, and pictures can only be shared if clients have enabled social media sharing in their settings.
معلومات أساسية عن التمديد
الاسم | LIFT Session |
ID | felhaedmjifcbbkeeongelielcboiace |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/lift-session/felhaedmjifcbbkeeongelielcboiace |
الوصف | Social media plug-in for LIFT session |
حجم الملف | 47.92 KB |
عدد التثبيتات | 135 |
النسخة الحالية | 1.1.2 |
آخر تحديث | 2021-08-19 |
تاريخ النشر | 2017-04-12 |
تقييم | 4.00/5 مجموع تقييمات 4 |
المطور | https://liftsession.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://liftsession.com |
عنوان صفحة المساعدة | https://liftsession.com |
عنوان صفحة سياسة الخصوصية | https://www.liftsession.com/privacy-policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LIFT Session", "version": "1.1.2", "manifest_version": 2, "minimum_chrome_version": "18", "background": { "persistent": true, "page": "main.html" }, "description": "Social media plug-in for LIFT session", "icons": { "19": "img\/icon19.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon19.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "default_popup": "popup.html", "default_title": "Lift Session Extension" }, "content_scripts": [ { "js": [ "js\/jquery-3.6.0.min.js", "js\/content.js" ], "matches": [ "https:\/\/*.liftsession.com\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ "img\/*.png" ], "permissions": [ " |