EBN Blog Login

Login to your blogs without visiting the EBN app.

Was ist EBN Blog Login?

EBN Blog Login ist eine Chrome-Erweiterung, die von Easy Blog Networks entwickelt wurde, und ihr Hauptmerkmal ist "Login to your blogs without visiting the EBN app.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

EBN Blog Login-Erweiterungs-CRX-Datei herunterladen

Laden Sie EBN Blog Login-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

                        The EBN Blog Login extension allows you or your collaborators to log into any blog without accessing the app.                    

Grundlegende Informationen zur Erweiterung

Name EBN Blog Login EBN Blog Login
ID ooapnpaflpconhialchldhlipmfhhkia
Offizielle URL https://chromewebstore.google.com/detail/ebn-blog-login/ooapnpaflpconhialchldhlipmfhhkia
Beschreibung Login to your blogs without visiting the EBN app.
Dateigröße 233 KB
Installationsanzahl 214
Aktuelle Version 22.9.18.1743
Letztes Update 2022-09-20
Veröffentlichungsdatum 2019-01-18
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Easy Blog Networks
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://easyblognetworks.com
Hilfeseite URL https://help.easyblognetworks.com
URL der Datenschutzrichtlinien-Seite https://niteo.co/legal/privacy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EBN Blog Login",
    "version": "22.9.18.1743",
    "description": "Login to your blogs without visiting the EBN app.",
    "homepage_url": "https:\/\/app.easyblognetworks.com",
    "manifest_version": 2,
    "minimum_chrome_version": "58",
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/app.easyblognetworks.com\/*"
    ],
    "optional_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "16.png",
        "48": "32.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "16.png",
            "32": "32.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "browser-polyfill.min.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "track.js"
    ]
}