Simplified Chrome Extension

Design & Collaborate | Marketing made easy | Simplified

Simplified Chrome Extensionคืออะไร?

Simplified Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://simplified.com และคุณลักษณะหลักของมันคือ "Design & Collaborate | Marketing made easy | Simplified"

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

screenshot
screenshot

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

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

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

                        Simplified is the one app to create, collaborate, and scale your marketing. Design, write marketing copy, create videos, collaborate, and publish to socials—all in the same place.

Built for speed and simplicity, Simplified helps creators, marketers and businesses to scale their marketing, streamline their workflows, and get work done in a few clicks. With a no-code design editor, AI writer, stunning templates, multiple brand kits, unlimited workspaces, and in-app publishing, you can start and finish your marketing without switching tabs. Ever.                    

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

ชื่อ Simplified Chrome Extension Simplified Chrome Extension
ID hibfheifkaehlpnfggmfimfbhhffcmla
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simplified-chrome-extensi/hibfheifkaehlpnfggmfimfbhhffcmla
คำอธิบาย Design & Collaborate | Marketing made easy | Simplified
ขนาดไฟล์ 6.48 MB
จำนวนการติดตั้ง 6,730
เวอร์ชันปัจจุบัน 2.4.3
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2022-02-25
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://simplified.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://simplified.com
URL หน้าช่วยเหลือ https://help.simplified.com/en/
URL หน้านโยบายความเป็นส่วนตัว https://simplified.co/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Design & Collaborate | Marketing made easy | Simplified",
    "version": "2.4.3",
    "manifest_version": 3,
    "name": "Simplified Chrome Extension",
    "background": {
        "service_worker": "js\/background.bundle.js"
    },
    "options_page": "js\/options.html",
    "action": {
        "default_popup": "js\/popup.html",
        "default_icon": "assets\/images\/icon-48.png"
    },
    "icons": {
        "16": "assets\/images\/icon-48.png",
        "32": "assets\/images\/icon-48.png",
        "46": "assets\/images\/icon-48.png",
        "128": "assets\/images\/icon-128.png"
    },
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "js\/contentScript.bundle.js"
            ],
            "css": [
                "js\/content.styles.css"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/content.styles.css",
                "assets\/images\/icon-128.png",
                "assets\/images\/icon-48.png"
            ],
            "matches": []
        }
    ]
}