Simplified Chrome Extension

Design & Collaborate | Marketing made easy | Simplified

什么是Simplified Chrome Extension?

Simplified Chrome Extension是由https://simplified.com开发的Chrome扩展程序,该扩展的主要功能是“Design & Collaborate | Marketing made easy | Simplified”。

扩展截图

screenshot
screenshot

下载Simplified Chrome Extension扩展crx文件

下载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": []
        }
    ]
}