ExpressCurate

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

What is ExpressCurate?

ExpressCurate is a Chrome extension developed by https://expresscurate.com, and its main feature is "ExpressCurate is a content curation tool for creating high quality content.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download ExpressCurate Extension CRX File

Download ExpressCurate extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name ExpressCurate ExpressCurate
ID nldipdepdfjilejlpeeknodkpiajhfkf
Official URL https://chromewebstore.google.com/detail/expresscurate/nldipdepdfjilejlpeeknodkpiajhfkf
Description ExpressCurate is a content curation tool for creating high quality content.
File Size 1.28 MB
Installation Count 2,099
Current Version 2.6.7
Last Updated 2015-06-08
Publish Date 2015-06-08
Rating 3.26/5 Total 19 Ratings
Developer https://expresscurate.com
Payment Type free
Extension Website http://www.expresscurate.com/p/products
Help Page URL http://news.expresscurate.com/faq/
Supported Languages 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"
    ]
}