ExpressCurate

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

ExpressCurate là gì?

ExpressCurate là một tiện ích mở rộng Chrome được phát triển bởi https://expresscurate.com, và tính năng chính của nó là "ExpressCurate is a content curation tool for creating high quality content.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ExpressCurate

Tải xuống các tệp mở rộng ExpressCurate dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ExpressCurate ExpressCurate
ID nldipdepdfjilejlpeeknodkpiajhfkf
URL Chính Thức https://chromewebstore.google.com/detail/expresscurate/nldipdepdfjilejlpeeknodkpiajhfkf
Mô tả ExpressCurate is a content curation tool for creating high quality content.
Kích Thước Tệp 1.28 MB
Số Lần Cài Đặt 2,099
Phiên Bản Hiện Tại 2.6.7
Cập Nhật Lần Cuối 2015-06-08
Ngày Phát Hành 2015-06-08
Đánh Giá 3.26/5 Tổng số 19 Đánh Giá
Nhà Phát Triển https://expresscurate.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.expresscurate.com/p/products
URL Trang Trợ Giúp http://news.expresscurate.com/faq/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}