GoodPlan

Replace a new tab with daily smart notes

Qu'est-ce que GoodPlan ?

GoodPlan est une extension Chrome développée par barryjonesph, et sa fonction principale est "Replace a new tab with daily smart notes".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GoodPlan

Téléchargez les fichiers d'extension GoodPlan 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

                        GoodPlan is your digital smart notebook with a nice design and daily pages.

With GoodPlan your thoughts, notes, and todo are just one tab away. You can also track your daily progress and go back and forth between pages.                    

Informations de Base sur l'Extension

Nom GoodPlan GoodPlan
ID hafghakgjjmcdagnpgdljhifmbkoobbb
URL Officiel https://chromewebstore.google.com/detail/goodplan/hafghakgjjmcdagnpgdljhifmbkoobbb
Description Replace a new tab with daily smart notes
Taille du Fichier 1.3 MB
Nombre d'Installations 194
Version Actuelle 1.6.1
Dernière Mise à Jour 2020-02-10
Date de Publication 2020-02-06
Évaluation 5.00/5 Total 1 Évaluations
Développeur barryjonesph
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://search.quickmovietab.com/pp.php
Langues Prises en Charge en-US
manifest.json
{
    "browser_action": {
        "default_icon": "favicon\/preview-128x128.png",
        "default_title": "GoodPlan",
        "icons": {
            "128": "favicon\/preview-128x128.png",
            "16": "favicon\/favicon-16x16.png",
            "32": "favicon\/favicon-32x32.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self'  https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com  ; object-src 'self'",
    "description": "Replace a new tab with daily smart notes",
    "homepage_url": "https:\/\/goodplan.app\/",
    "icons": {
        "128": "favicon\/preview-128x128.png",
        "16": "favicon\/favicon-16x16.png",
        "48": "favicon\/preview-48x48.png"
    },
    "incognito": "spanning",
    "manifest_version": 2,
    "name": "GoodPlan",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "short_name": "Smart notes",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6.1"
}