LIFT Session

Social media plug-in for LIFT session

Cos'è LIFT Session?

LIFT Session è un'estensione di Chrome sviluppata da https://liftsession.com, e la sua funzione principale è "Social media plug-in for LIFT session".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione LIFT Session

Scarica i file di estensione LIFT Session in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome LIFT Session LIFT Session
ID felhaedmjifcbbkeeongelielcboiace
URL Ufficiale https://chromewebstore.google.com/detail/lift-session/felhaedmjifcbbkeeongelielcboiace
Descrizione Social media plug-in for LIFT session
Dimensione del File 47.92 KB
Conteggio Installazioni 135
Versione Corrente 1.1.2
Ultimo Aggiornamento 2021-08-19
Data di Pubblicazione 2017-04-12
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore https://liftsession.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://liftsession.com
URL della Pagina di Aiuto https://liftsession.com
URL della Pagina della Politica sulla Privacy https://www.liftsession.com/privacy-policy
Lingue Supportate 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'"
}