PlanPlus Online
A productivity system for leaders and achievers
O que é PlanPlus Online?
PlanPlus Online é uma extensão do Chrome desenvolvida por PlanPlus Online, e sua principal característica é "A productivity system for leaders and achievers".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão PlanPlus Online
Baixe arquivos de extensão PlanPlus Online 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
Free Chrome Extension for your PlanPlus Online task management. It will show your prioritized task list each time you open a new tab. It allows you to edit and create new tasks that will connect with your PlanPlus Online account if you choose to upgrade to our full version. We also introduced a feature for focus mode to allow you to select one task you'd like to focus on and see that task each time you open a new tab.
Informações Básicas da Extensão
Nome | |
ID | alnnkdajjdhifohikefkglejgjknaijh |
URL Oficial | https://chromewebstore.google.com/detail/planplus-online/alnnkdajjdhifohikefkglejgjknaijh |
Descrição | A productivity system for leaders and achievers |
Tamanho do Arquivo | 77.49 KB |
Contagem de Instalações | 1,407 |
Versão Atual | 2.1.1 |
Última Atualização | 2020-10-29 |
Data de Publicação | 2020-07-31 |
Classificação | 5.00/5 Total de 14 Avaliações |
Desenvolvedor | PlanPlus Online |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.planplusonline.com |
URL da Página de Ajuda | https://www.planplusonline.com/support |
URL da Página de Política de Privacidade | https://www.planplusonline.com/privacy-policy |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "ppo-login.html" }, "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "name": "PlanPlus Online", "short_name": "PlanPlus", "description": "A productivity system for leaders and achievers", "version": "2.1.1", "browser_action": { "default_icon": "pp-icon.png" }, "icons": { "16": "pp-icon-all.png", "48": "pp-icon-all.png", "128": "pp-icon-all.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "storage", "activeTab", "https:\/\/sync.planplusonline02.com\/", "https:\/\/sync.planplusonline05.com\/", "https:\/\/sync.planplusonline08.com\/", "https:\/\/sync.planplusonline.us\/", "https:\/\/ajax.googleapis.com\/", "https:\/\/dev.planplusonline.com\/", "https:\/\/staging.planplusonline.com\/" ] } |