LIFT Session
Social media plug-in for LIFT session
什么是LIFT Session?
LIFT Session是由https://liftsession.com开发的Chrome扩展程序,该扩展的主要功能是“Social media plug-in for LIFT session”。
扩展截图
下载LIFT Session扩展crx文件
下载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": [ " |