LIFT Session

Social media plug-in for LIFT session

什麼是LIFT Session?

LIFT Session是由https://liftsession.com開發的Chrome擴展程式,該擴展的主要功能是“Social media plug-in for LIFT session”。

擴展截圖

screenshot

下載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 LIFT Session
ID felhaedmjifcbbkeeongelielcboiace
官方網址 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": [
        "",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}