LIFT Session

Social media plug-in for LIFT session

Hvad er LIFT Session?

LIFT Session er en Chrome-udvidelse udviklet af https://liftsession.com, og dens hovedfunktion er "Social media plug-in for LIFT session".

Udvidelsesskærmbilleder

screenshot

Download LIFT Session-udvidelses-CRX-fil

Download LIFT Session-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn LIFT Session LIFT Session
ID felhaedmjifcbbkeeongelielcboiace
Officiel URL https://chromewebstore.google.com/detail/lift-session/felhaedmjifcbbkeeongelielcboiace
Beskrivelse Social media plug-in for LIFT session
Filstørrelse 47.92 KB
Antal Installationer 135
Nuværende Version 1.1.2
Senest Opdateret 2021-08-19
Udgivelsesdato 2017-04-12
Bedømmelse 4.00/5 Samlet 4 Bedømmelser
Udvikler https://liftsession.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://liftsession.com
Hjælpeside-URL https://liftsession.com
URL til Fortrolighedspolitik Side https://www.liftsession.com/privacy-policy
Understøttede Sprog 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'"
}