Findify Devtools

This extension allow developers to modify and extend React components and Styles of Findify bundle

Findify Devtools란 무엇입니까?

Findify Devtools은(는) warren에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allow developers to modify and extend React components and Styles of Findify bundle"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Findify Devtools 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Findify Chrome extension DevTool v1.0.0 gives the ability to modify the default behaviors of the components and preview the changes in realtime.
This can be used only by user that have Findify Merchand Dashboard authentication.

At the moment, this new version is in TESTING phase and available only for latest version of the MJS Findify Bundle. If there are any doubts related, please do not hesitate to contact us, https://findify.io/contact-us                    

확장 프로그램 기본 정보

이름 Findify Devtools Findify Devtools
ID meppjdgndcoeaojgbimpgcaoabehjneh
공식 URL https://chromewebstore.google.com/detail/findify-devtools/meppjdgndcoeaojgbimpgcaoabehjneh
설명 This extension allow developers to modify and extend React components and Styles of Findify bundle
파일 크기 20.37 MB
설치 횟수 117
현재 버전 1.0.0
최근 업데이트 2022-07-26
출시 날짜 2022-07-25
개발자 warren
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://findify.io/
도움말 페이지 URL https://findify.io/contact-us
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "name": "Findify Devtools",
    "manifest_version": 3,
    "description": "This extension allow developers to modify and extend React components and Styles of Findify bundle",
    "icons": {
        "128": "assets\/logo-disabled.png"
    },
    "action": {
        "default_popup": "auth.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js",
                "editor.js",
                "editor.html",
                "auth.html",
                "auth.js",
                "editor.worker.js",
                "css.worker.js",
                "typings.worker.js",
                "vendor.chunk.js",
                "webpack-inject.js",
                "*.chunk.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "scripting"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https:\/\/raw.githubusercontent.com https:\/\/cdn.jsdelivr.net https:\/\/admin.findify.io; style-src * 'unsafe-inline'; img-src 'self' data:;"
    }
}