EBN Blog Login

Login to your blogs without visiting the EBN app.

Wat is EBN Blog Login?

EBN Blog Login is een Chrome-extensie ontwikkeld door Easy Blog Networks, en de belangrijkste functie is "Login to your blogs without visiting the EBN app.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie EBN Blog Login

Download EBN Blog Login-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

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

Basisinformatie over de Extensie

Naam EBN Blog Login EBN Blog Login
ID ooapnpaflpconhialchldhlipmfhhkia
Officiële URL https://chromewebstore.google.com/detail/ebn-blog-login/ooapnpaflpconhialchldhlipmfhhkia
Beschrijving Login to your blogs without visiting the EBN app.
Bestandsgrootte 233 KB
Aantal Installaties 214
Huidige Versie 22.9.18.1743
Laatst Bijgewerkt 2022-09-20
Publicatiedatum 2019-01-18
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Easy Blog Networks
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://easyblognetworks.com
Help Pagina-URL https://help.easyblognetworks.com
URL van de Privacybeleid Pagina https://niteo.co/legal/privacy
Ondersteunde Talen 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"
    ]
}