PlanPlus Online

A productivity system for leaders and achievers

Cos'è PlanPlus Online?

PlanPlus Online è un'estensione di Chrome sviluppata da PlanPlus Online, e la sua funzione principale è "A productivity system for leaders and achievers".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione PlanPlus Online

Scarica i file di estensione PlanPlus Online in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome PlanPlus Online PlanPlus Online
ID alnnkdajjdhifohikefkglejgjknaijh
URL Ufficiale https://chromewebstore.google.com/detail/planplus-online/alnnkdajjdhifohikefkglejgjknaijh
Descrizione A productivity system for leaders and achievers
Dimensione del File 77.49 KB
Conteggio Installazioni 1,407
Versione Corrente 2.1.1
Ultimo Aggiornamento 2020-10-29
Data di Pubblicazione 2020-07-31
Valutazione 5.00/5 Totale 14 Valutazioni
Sviluppatore PlanPlus Online
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.planplusonline.com
URL della Pagina di Aiuto https://www.planplusonline.com/support
URL della Pagina della Politica sulla Privacy https://www.planplusonline.com/privacy-policy
Lingue Supportate 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\/"
    ]
}