PlanPlus Online

A productivity system for leaders and achievers

Qu'est-ce que PlanPlus Online ?

PlanPlus Online est une extension Chrome développée par PlanPlus Online, et sa fonction principale est "A productivity system for leaders and achievers".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension PlanPlus Online

Téléchargez les fichiers d'extension PlanPlus Online au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom PlanPlus Online PlanPlus Online
ID alnnkdajjdhifohikefkglejgjknaijh
URL Officiel https://chromewebstore.google.com/detail/planplus-online/alnnkdajjdhifohikefkglejgjknaijh
Description A productivity system for leaders and achievers
Taille du Fichier 77.49 KB
Nombre d'Installations 1,407
Version Actuelle 2.1.1
Dernière Mise à Jour 2020-10-29
Date de Publication 2020-07-31
Évaluation 5.00/5 Total 14 Évaluations
Développeur PlanPlus Online
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.planplusonline.com
URL de la Page d'Aide https://www.planplusonline.com/support
URL de la Page de Politique de Confidentialité https://www.planplusonline.com/privacy-policy
Langues Prises en Charge 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\/"
    ]
}