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 |
Eメール | [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": [ " |