Gmail Contacts

Adds a Google Contacts shortcut to the new Gmail interface

Was ist Gmail Contacts?

Gmail Contacts ist eine Chrome-Erweiterung, die von http://zvizvi.xyz entwickelt wurde, und ihr Hauptmerkmal ist "Adds a Google Contacts shortcut to the new Gmail interface".

Erweiterungsscreenshots

screenshot
screenshot

Gmail Contacts-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gmail Contacts-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

                        Adds a Google Contacts shortcut to the new Gmail interface                    

Grundlegende Informationen zur Erweiterung

Name Gmail Contacts Gmail Contacts
ID jgakkffecofibnpbdkkphaminipefbjj
Offizielle URL https://chrome.google.com/webstore/detail/gmail-contacts/jgakkffecofibnpbdkkphaminipefbjj
Beschreibung Adds a Google Contacts shortcut to the new Gmail interface
Dateigröße 94.91 KB
Installationsanzahl 3,454
Aktuelle Version 2.0.5
Letztes Update 2019-05-27
Veröffentlichungsdatum 2019-05-27
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler http://zvizvi.xyz
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://zvizvi.xyz/
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail Contacts",
    "version": "2.0.5",
    "author": "[email protected]",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "img\/icon16.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/drive.google.com\/*",
                "https:\/\/docs.google.com\/*",
                "https:\/\/calendar.google.com\/calendar\/*"
            ],
            "js": [
                "js\/jquery-1.11.3.min.js",
                "js\/main.js"
            ]
        }
    ],
    "icons": {
        "128": "img\/icon128.png",
        "96": "img\/icon96.png",
        "72": "img\/icon72.png",
        "64": "img\/icon64.png",
        "48": "img\/icon48.png",
        "24": "img\/icon24.png",
        "16": "img\/icon16.png"
    },
    "manifest_version": 2
}