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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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