Follow Feed | ContentStudio

ContentStudio Follow Feed allow you to add a source of your like while scouring the web and share content to your social channels.

Follow Feed | ContentStudioคืออะไร?

Follow Feed | ContentStudio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย D4 Interactive Pvt. Ltd. และคุณลักษณะหลักของมันคือ "ContentStudio Follow Feed allow you to add a source of your like while scouring the web and share content to your social channels."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Follow Feed | ContentStudio

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

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

                        Scouring the web and found a source of your like? With ContentStudio follow feed extension, you can find the RSS for the source and add it to your Groups within ContentStudio.

With RSS Feeds Follow extension, you can: 

- Instantly, add your favorite blog, news sites, Twitter account or Youtube Channels seamlessly to your ContentStudio Feeds section. 
- See the preview of your feed posts directly.
- Follow/Unfollow feeds from the groups.
- Organize and manage your groups.
- Supports both RSS and ATOM feeds.

Quick Start:

When you click on the Follow Feed icon, it will find the RSS feed on your page that you are reading and allow you to add them to your groups directly.  Further, you can change your Workspace as per your need where you'd like to have your feed added.

If you have any feedback, bugs or issues, we're always listening on our support channel: [email protected].                    

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

ชื่อ Follow Feed | ContentStudio Follow Feed | ContentStudio
ID amaocohfggngedglokjmfmdmdbdjgfja
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/follow-feed-contentstudio/amaocohfggngedglokjmfmdmdbdjgfja
คำอธิบาย ContentStudio Follow Feed allow you to add a source of your like while scouring the web and share content to your social channels.
ขนาดไฟล์ 146 KB
จำนวนการติดตั้ง 223
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2020-02-28
วันที่เผยแพร่ 2020-02-25
ผู้พัฒนา D4 Interactive Pvt. Ltd.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://contentstudio.io
URL หน้าช่วยเหลือ https://contentstudio.io/contact
URL หน้านโยบายความเป็นส่วนตัว https://replug.io/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": ".\/popup.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                ".\/contentScripts.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "ContentStudio Follow Feed allow you to add a source of your like while scouring the web and share content to your social channels.",
    "icons": {
        "16": "assets\/icons\/16.png",
        "32": "assets\/icons\/32.png",
        "64": "assets\/icons\/64.png",
        "128": "assets\/icons\/128.png"
    },
    "manifest_version": 2,
    "name": "Follow Feed | ContentStudio",
    "options_ui": {
        "chrome_style": false,
        "page": ".\/options.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "background",
        "cookies"
    ],
    "version": "1.0.2",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}