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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | https://liftsession.com |
URL หน้านโยบายความเป็นส่วนตัว | 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": [ " |