ExpressCurate

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

ExpressCurateคืออะไร?

ExpressCurate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://expresscurate.com และคุณลักษณะหลักของมันคือ "ExpressCurate is a content curation tool for creating high quality content."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ExpressCurate

ดาวน์โหลดไฟล์ส่วนขยาย ExpressCurate ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ExpressCurate ExpressCurate
ID nldipdepdfjilejlpeeknodkpiajhfkf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/expresscurate/nldipdepdfjilejlpeeknodkpiajhfkf
คำอธิบาย ExpressCurate is a content curation tool for creating high quality content.
ขนาดไฟล์ 1.28 MB
จำนวนการติดตั้ง 2,099
เวอร์ชันปัจจุบัน 2.6.7
อัปเดตครั้งล่าสุด 2015-06-08
วันที่เผยแพร่ 2015-06-08
คะแนน 3.26/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา https://expresscurate.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.expresscurate.com/p/products
URL หน้าช่วยเหลือ http://news.expresscurate.com/faq/
ภาษาที่รองรับ 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"
    ]
}