Portal - My Personal Home Page

Google Calendar Preview, Notes, History, Bookmarks, Tab Management, Time, Weather, Quick Access.

Wat is Portal - My Personal Home Page?

Portal - My Personal Home Page is een Chrome-extensie ontwikkeld door Privoce, en de belangrijkste functie is "Google Calendar Preview, Notes, History, Bookmarks, Tab Management, Time, Weather, Quick Access.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Portal - My Personal Home Page

Download Portal - My Personal Home Page-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

                        A personal browser new tab home page with widgets. Quick access to frequently used web apps, manage windows and tabs as workspaces, preview google calendars, and take notes.                    

Basisinformatie over de Extensie

Naam Portal - My Personal Home Page Portal - My Personal Home Page
ID hgnjlipnmpimoblkbbhkkcfihfchojno
Officiële URL https://chromewebstore.google.com/detail/portal-my-personal-home-p/hgnjlipnmpimoblkbbhkkcfihfchojno
Beschrijving Google Calendar Preview, Notes, History, Bookmarks, Tab Management, Time, Weather, Quick Access.
Bestandsgrootte 1.5 MB
Aantal Installaties 10
Huidige Versie 1.0.4
Laatst Bijgewerkt 2021-01-26
Publicatiedatum 2020-12-20
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Privoce
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina http://privoce.com/AloraPrivacyPolicy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Portal - My Personal Home Page",
    "version": "1.0.4",
    "description": "Google Calendar Preview, Notes, History, Bookmarks, Tab Management, Time, Weather, Quick Access.",
    "permissions": [
        "tabs",
        "storage",
        "history",
        "chrome:\/\/favicon\/",
        "*:\/\/*\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com\/; object-src 'self'; img-src https: data: http: chrome:;",
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png",
            "128": "icon-128.png"
        }
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "128": "icon-128.png"
    }
}