ExpressCurate

ExpressCurate is a content curation tool for creating high quality content.

Was ist ExpressCurate?

ExpressCurate ist eine Chrome-Erweiterung, die von https://expresscurate.com entwickelt wurde, und ihr Hauptmerkmal ist "ExpressCurate is a content curation tool for creating high quality content.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

ExpressCurate-Erweiterungs-CRX-Datei herunterladen

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

                        It enables you to create WordPress posts directly from your Chrome browser within minutes by helping you to:

* Discover what to write about
* Create your curated post
* SEO Enhance your post
* Save and publish your post

ExpressCurate features highlights:

* Content discovery *
ExpressCurate will analyze web pages as you browse through them and suggest articles to curate -- based on your predefined keywords (you can define them within ExpressCurate).

* Curate-as-you-read *
You can also curate as you come across an interesting article by clicking on the ExpressCurate button in Chrome toolbar.

* Curation template and tools *
ExpressCurate provides a pop up window with predefined fields and tools for you to select a quote from the original article, add a headline, add your annotation, select images, and more.

* SEO Optimization *
In the same pop-up window, ExpressCurate enables you to add the essential SEO attributes, such as meta keywords, descriptions, pick categories, and more.

* Publishing *
Once done with working in the curation window, click on "Curate Now" and ExpressCurate will generate a post draft in your WordPress blog.

Start using in 3 easy steps:
1. Install free ExpressCurate WordPress plugin
2. Install ExpressCurate Chrome extension
3. Restart your Chrome browser and start curating 

That's it!  Enjoy curating and creating high quality content faster than ever before.  Curate content as you come across interesting articles. Your audience will most likely love to hear your perspective. Engage your audience, attract more traffic, and improve conversions with frequent high quality posts.

Please feel free to drop us a note at support at expresscurate dot com should you have any issues, suggestions, or ideas. We would love to hear from you!                    

Grundlegende Informationen zur Erweiterung

Name ExpressCurate ExpressCurate
ID nldipdepdfjilejlpeeknodkpiajhfkf
Offizielle URL https://chromewebstore.google.com/detail/expresscurate/nldipdepdfjilejlpeeknodkpiajhfkf
Beschreibung ExpressCurate is a content curation tool for creating high quality content.
Dateigröße 1.28 MB
Installationsanzahl 2,099
Aktuelle Version 2.6.7
Letztes Update 2015-06-08
Veröffentlichungsdatum 2015-06-08
Bewertung 3.26/5 Insgesamt 19 Bewertungen
Entwickler https://expresscurate.com
Zahlungsart free
Erweiterungswebsite http://www.expresscurate.com/p/products
Hilfeseite URL http://news.expresscurate.com/faq/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ExpressCurate",
    "short_name": "ExpressCurate",
    "version": "2.6.7",
    "manifest_version": 2,
    "minimum_chrome_version": "5.0",
    "author": "ExpressCurate",
    "description": "ExpressCurate is a content curation tool for creating high quality content.",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19x19.png",
            "38": "icons\/128x128.png"
        },
        "default_title": "Curate! this"
    },
    "permissions": [
        "unlimitedStorage",
        "notifications",
        "http:\/\/*\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "tabs",
        "contextMenus",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "options_page": "options\/options.html",
    "background": {
        "scripts": [
            "lib\/jquery-1.10.2.min.js",
            "scripts\/Storage.js",
            "scripts\/ExpressCurateAPI.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery-1.10.2.min.js",
                "lib\/jquery-ui.min.js",
                "lib\/jquery-ui-timepicker-addon.js",
                "scripts\/WebsiteData.js",
                "scripts\/Helper.js",
                "scripts\/Bridge.js",
                "scripts\/Popup.js",
                "scripts\/ImageViewer.js",
                "scripts\/Storage.js",
                "scripts\/MatchFound.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "app\/index.htm",
        "app\/images\/close.png",
        "app\/images\/googledocstest.png",
        "images\/right.png"
    ]
}