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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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": [
        "",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}