PlanPlus Online

A productivity system for leaders and achievers

Wat is PlanPlus Online?

PlanPlus Online is een Chrome-extensie ontwikkeld door PlanPlus Online, en de belangrijkste functie is "A productivity system for leaders and achievers".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie PlanPlus Online

Download PlanPlus Online-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam PlanPlus Online PlanPlus Online
ID alnnkdajjdhifohikefkglejgjknaijh
Officiële URL https://chromewebstore.google.com/detail/planplus-online/alnnkdajjdhifohikefkglejgjknaijh
Beschrijving A productivity system for leaders and achievers
Bestandsgrootte 77.49 KB
Aantal Installaties 1,407
Huidige Versie 2.1.1
Laatst Bijgewerkt 2020-10-29
Publicatiedatum 2020-07-31
Beoordeling 5.00/5 Totaal 14 Beoordelingen
Ontwikkelaar PlanPlus Online
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.planplusonline.com
Help Pagina-URL https://www.planplusonline.com/support
URL van de Privacybeleid Pagina https://www.planplusonline.com/privacy-policy
Ondersteunde Talen 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\/"
    ]
}