LIFT Session
Social media plug-in for LIFT session
LIFT Session là gì?
LIFT Session là một tiện ích mở rộng Chrome được phát triển bởi https://liftsession.com, và tính năng chính của nó là "Social media plug-in for LIFT session".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng LIFT Session
Tải xuống các tệp mở rộng LIFT Session dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | LIFT Session |
ID | felhaedmjifcbbkeeongelielcboiace |
URL Chính Thức | https://chromewebstore.google.com/detail/lift-session/felhaedmjifcbbkeeongelielcboiace |
Mô tả | Social media plug-in for LIFT session |
Kích Thước Tệp | 47.92 KB |
Số Lần Cài Đặt | 135 |
Phiên Bản Hiện Tại | 1.1.2 |
Cập Nhật Lần Cuối | 2021-08-19 |
Ngày Phát Hành | 2017-04-12 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://liftsession.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://liftsession.com |
URL Trang Trợ Giúp | https://liftsession.com |
URL Trang Chính Sách Bảo Mật | https://www.liftsession.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |