LIFT Session
Social media plug-in for LIFT session
O que é LIFT Session?
LIFT Session é uma extensão do Chrome desenvolvida por https://liftsession.com, e sua principal característica é "Social media plug-in for LIFT session".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão LIFT Session
Baixe arquivos de extensão LIFT Session no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | LIFT Session |
ID | felhaedmjifcbbkeeongelielcboiace |
URL Oficial | https://chromewebstore.google.com/detail/lift-session/felhaedmjifcbbkeeongelielcboiace |
Descrição | Social media plug-in for LIFT session |
Tamanho do Arquivo | 47.92 KB |
Contagem de Instalações | 135 |
Versão Atual | 1.1.2 |
Última Atualização | 2021-08-19 |
Data de Publicação | 2017-04-12 |
Classificação | 4.00/5 Total de 4 Avaliações |
Desenvolvedor | https://liftsession.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://liftsession.com |
URL da Página de Ajuda | https://liftsession.com |
URL da Página de Política de Privacidade | https://www.liftsession.com/privacy-policy |
Idiomas Suportados | 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": [ " |