PlanPlus Online

A productivity system for leaders and achievers

Was ist PlanPlus Online?

PlanPlus Online ist eine Chrome-Erweiterung, die von PlanPlus Online entwickelt wurde, und ihr Hauptmerkmal ist "A productivity system for leaders and achievers".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

PlanPlus Online-Erweiterungs-CRX-Datei herunterladen

Laden Sie PlanPlus Online-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name PlanPlus Online PlanPlus Online
ID alnnkdajjdhifohikefkglejgjknaijh
Offizielle URL https://chromewebstore.google.com/detail/planplus-online/alnnkdajjdhifohikefkglejgjknaijh
Beschreibung A productivity system for leaders and achievers
Dateigröße 77.49 KB
Installationsanzahl 1,407
Aktuelle Version 2.1.1
Letztes Update 2020-10-29
Veröffentlichungsdatum 2020-07-31
Bewertung 5.00/5 Insgesamt 14 Bewertungen
Entwickler PlanPlus Online
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.planplusonline.com
Hilfeseite URL https://www.planplusonline.com/support
URL der Datenschutzrichtlinien-Seite https://www.planplusonline.com/privacy-policy
Unterstützte Sprachen 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\/"
    ]
}