PlanPlus Online
A productivity system for leaders and achievers
Co to jest PlanPlus Online?
PlanPlus Online to rozszerzenie Chrome opracowane przez PlanPlus Online, a jego główną funkcją jest „A productivity system for leaders and achievers”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PlanPlus Online
Pobierz pliki rozszerzeń PlanPlus Online w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | alnnkdajjdhifohikefkglejgjknaijh |
Oficjalny URL | https://chromewebstore.google.com/detail/planplus-online/alnnkdajjdhifohikefkglejgjknaijh |
Opis | A productivity system for leaders and achievers |
Rozmiar pliku | 77.49 KB |
Liczba instalacji | 1,407 |
Aktualna Wersja | 2.1.1 |
Ostatnia Aktualizacja | 2020-10-29 |
Data Publikacji | 2020-07-31 |
Ocena | 5.00/5 Łącznie 14 Oceny |
Deweloper | PlanPlus Online |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.planplusonline.com |
Adres URL Strony Pomocy | https://www.planplusonline.com/support |
Adres URL Strony Polityki Prywatności | https://www.planplusonline.com/privacy-policy |
Obsługiwane Języki | 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\/" ] } |