ContentStudio - Social Media Scheduler

ContentStudio is a content marketing and social media management platform to grow your social presence and boost content marketing.

ContentStudio - Social Media Schedulerคืออะไร?

ContentStudio - Social Media Scheduler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย D4 Interactive Pvt. Ltd. และคุณลักษณะหลักของมันคือ "ContentStudio is a content marketing and social media management platform to grow your social presence and boost content marketing."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ContentStudio - Social Media Scheduler

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

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

                        Discover, Monitor & Share Engaging Content

ContentStudio gives you the ability to discover topic-relevant content filtered by social shares,  different media types and virality. Select posts individually from your topic feeds or setup an automation campaign with your own rules to publish content automatically to your selected channels.                    

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

ชื่อ ContentStudio - Social Media Scheduler ContentStudio - Social Media Scheduler
ID dmcddloohffhmjngiieikfifpfneadcc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/contentstudio-social-medi/dmcddloohffhmjngiieikfifpfneadcc
คำอธิบาย ContentStudio is a content marketing and social media management platform to grow your social presence and boost content marketing.
ขนาดไฟล์ 12.46 MB
จำนวนการติดตั้ง 3,250
เวอร์ชันปัจจุบัน 0.3.10
อัปเดตครั้งล่าสุด 2023-06-10
วันที่เผยแพร่ 2020-05-21
คะแนน 4.58/5 รวมทั้งหมด 31 คะแนน
ผู้พัฒนา 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",
    "name": "ContentStudio - Social Media Scheduler",
    "version": "0.3.10",
    "description": "ContentStudio is a content marketing and social media management platform to grow your social presence and boost content marketing.",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/48.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "cookies",
        "background",
        "storage"
    ],
    "browser_action": {
        "default_title": "Share with ContentStudio",
        "default_icon": "icons\/48.png"
    },
    "background": {
        "persistent": false,
        "page": "pages\/background.html"
    },
    "devtools_page": "pages\/devtools.html",
    "options_page": "pages\/options.html",
    "content_scripts": [
        {
            "js": [
                "extended\/jquery.min.js",
                "extended\/cs-share-button.js",
                "extended\/keymaster.js",
                "extended\/he.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "js": [
                "extended\/cs-hacker-news.js"
            ],
            "matches": [
                "*:\/\/*.ycombinator.org\/*",
                "*:\/\/*.ycombinator.com\/*"
            ]
        },
        {
            "css": [
                "extended\/cs-twitter.css"
            ],
            "js": [
                "extended\/cs-twitter.js"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ]
        },
        {
            "css": [
                "extended\/cs-facebook.css"
            ],
            "js": [
                "extended\/cs-facebook.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ]
        },
        {
            "css": [
                "extended\/cs-linkedin.css"
            ],
            "js": [
                "extended\/cs-linkedin.js"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ]
        },
        {
            "css": [
                "extended\/cs-pinterest.css"
            ],
            "js": [
                "extended\/cs-pinterest.js"
            ],
            "matches": [
                "*:\/\/*.pinterest.com\/*",
                "*:\/\/*.pinterest.pt\/*",
                "*:\/\/*.pinterest.de\/*",
                "*:\/\/*.pinterest.com.mx\/*",
                "*:\/\/*.pinterest.ie\/*",
                "*:\/\/*.pinterest.co.uk\/*",
                "*:\/\/*.pinterest.fr\/*",
                "*:\/\/*.pinterest.es\/*",
                "*:\/\/*.pinterest.nl\/*",
                "*:\/\/*.pinterest.ca\/*",
                "*:\/\/*.pinterest.dk\/*",
                "*:\/\/*.pinterest.at\/*",
                "*:\/\/*.pinterest.se\/*",
                "*:\/\/*.pinterest.ch\/*",
                "*:\/\/*.pinterest.jp\/*",
                "*:\/\/*.pinterest.nz\/*",
                "*:\/\/*.pinterest.com.au\/*"
            ]
        },
        {
            "js": [
                "js\/inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "css\/inject.css",
        "pages\/app.html",
        "js\/content.js",
        "extended\/*"
    ]
}