EasyBlogCommenting

Automatically fills comment form entries.

Was ist EasyBlogCommenting?

EasyBlogCommenting ist eine Chrome-Erweiterung, die von https://www.shoutmeloud.com entwickelt wurde, und ihr Hauptmerkmal ist "Automatically fills comment form entries.".

Erweiterungsscreenshots

screenshot
screenshot

EasyBlogCommenting-Erweiterungs-CRX-Datei herunterladen

Laden Sie EasyBlogCommenting-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

                        Easy Blog commenting is a productivity & time-saving chrome add-on for bloggers & users who love commenting on blogs.

Easy blog commenting add-on will automatically fill name, email & URL field in the WordPress blog comment field, thus saving a lot of time & improve your productivity.                    

Grundlegende Informationen zur Erweiterung

Name EasyBlogCommenting EasyBlogCommenting
ID dmfabgipdbmkdcijifjdegkilbckjcdn
Offizielle URL https://chromewebstore.google.com/detail/easyblogcommenting/dmfabgipdbmkdcijifjdegkilbckjcdn
Beschreibung Automatically fills comment form entries.
Dateigröße 50.27 KB
Installationsanzahl 941
Aktuelle Version 1.0
Letztes Update 2016-06-15
Veröffentlichungsdatum 2016-06-15
Bewertung 4.44/5 Insgesamt 16 Bewertungen
Entwickler https://www.shoutmeloud.com
Zahlungsart free
Erweiterungswebsite http://www.shoutmeloud.com
Hilfeseite URL http://ask.shoutmeloud.com
Unterstützte Sprachen en-US
manifest.json
{
    "name": "EasyBlogCommenting",
    "description": "Automatically fills comment form entries.",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "EasyBlogCommenting",
        "default_popup": "option.html"
    },
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "16": "images\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "ebc-worker.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab"
    ],
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "version": "1.0"
}