Simplified Chrome Extension

Design & Collaborate | Marketing made easy | Simplified

Simplified Chrome Extension là gì?

Simplified Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi https://simplified.com, và tính năng chính của nó là "Design & Collaborate | Marketing made easy | Simplified".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Simplified Chrome Extension 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

                        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.                    

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

Tên Simplified Chrome Extension Simplified Chrome Extension
ID hibfheifkaehlpnfggmfimfbhhffcmla
URL Chính Thức https://chromewebstore.google.com/detail/simplified-chrome-extensi/hibfheifkaehlpnfggmfimfbhhffcmla
Mô tả Design & Collaborate | Marketing made easy | Simplified
Kích Thước Tệp 6.48 MB
Số Lần Cài Đặt 6,730
Phiên Bản Hiện Tại 2.4.3
Cập Nhật Lần Cuối 2024-03-04
Ngày Phát Hành 2022-02-25
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://simplified.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://simplified.com
URL Trang Trợ Giúp https://help.simplified.com/en/
URL Trang Chính Sách Bảo Mật https://simplified.co/privacy
Ngôn Ngữ Được Hỗ Trợ 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": []
        }
    ]
}