EdCast MyGuide Creator Enterprise

EdCast MyGuide Creator Enterprise

EdCast MyGuide Creator Enterprise란 무엇입니까?

EdCast MyGuide Creator Enterprise은(는) https://www.myguide.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "EdCast MyGuide Creator Enterprise"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

EdCast MyGuide Creator Enterprise 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Drive Digital Productivity with MyGuide
Rapidly create guides for web in minutes.
Get intelligence on apps (who needs what help?)
Automate any guide
Offering in-app guides, intelligence and automation.

1) Turbo-charge your Google/Bing Search with 10X better results from EdCast.
2) One-Click post to EdCast for the content you like on any website.                    

확장 프로그램 기본 정보

이름 EdCast MyGuide Creator Enterprise EdCast MyGuide Creator Enterprise
ID lbhpijbhnnpcobofdieiocbphkdjjbef
공식 URL https://chromewebstore.google.com/detail/edcast-myguide-creator-en/lbhpijbhnnpcobofdieiocbphkdjjbef
설명 EdCast MyGuide Creator Enterprise
파일 크기 6.85 MB
설치 횟수 1,070
현재 버전 2024.1.3
최근 업데이트 2024-02-19
출시 날짜 2020-06-01
평점 5.00/5 총 19 개의 평점
개발자 https://www.myguide.org
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://support.myguide.org/
개인정보 보호 정책 페이지 URL https://www.edcast.com/corp/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "author": "EdCast",
    "manifest_version": 3,
    "name": "EdCast MyGuide Creator Enterprise",
    "description": "EdCast MyGuide Creator Enterprise",
    "version": "2024.1.3",
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [],
            "css": [
                "content_script\/dom_selector\/css\/style.css"
            ],
            "js": [
                "content_script\/dom_selector\/mainFile.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [],
            "css": [
                "content_script\/worker\/css\/style.css"
            ],
            "js": [
                "content_script\/worker\/js\/mainFile.js"
            ]
        }
    ],
    "background": {
        "service_worker": "creator_back.js"
    },
    "icons": {
        "16": "common\/img\/gicon16.png",
        "48": "common\/img\/gicon48.png",
        "128": "common\/img\/gicon128.png"
    },
    "optional_permissions": [
        "desktopCapture"
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "40": "common\/img\/qu_icon.png"
        },
        "default_popup": "\/browser_action\/popup.html"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        {
            "resources": [
                "content_script\/**\/*.html",
                "side_panel\/**\/*.html",
                "side_panel\/**\/*.js",
                "common\/lib\/fonts\/*",
                "common\/img\/*",
                "common\/icons\/*",
                "common\/audio\/*",
                "storage\/*",
                "api\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    }
}