LIFT Session
Social media plug-in for LIFT session
Qu'est-ce que LIFT Session ?
LIFT Session est une extension Chrome développée par https://liftsession.com, et sa fonction principale est "Social media plug-in for LIFT session".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LIFT Session
Téléchargez les fichiers d'extension LIFT Session au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | LIFT Session |
ID | felhaedmjifcbbkeeongelielcboiace |
URL Officiel | https://chromewebstore.google.com/detail/lift-session/felhaedmjifcbbkeeongelielcboiace |
Description | Social media plug-in for LIFT session |
Taille du Fichier | 47.92 KB |
Nombre d'Installations | 135 |
Version Actuelle | 1.1.2 |
Dernière Mise à Jour | 2021-08-19 |
Date de Publication | 2017-04-12 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | https://liftsession.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://liftsession.com |
URL de la Page d'Aide | https://liftsession.com |
URL de la Page de Politique de Confidentialité | https://www.liftsession.com/privacy-policy |
Langues Prises en Charge | 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": [ " |