freework

BI产品开发辅助插件

freework란 무엇입니까?

freework은(는) taojinhuo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "BI产品开发辅助插件"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        用于freework f-bi 快速跳转到编辑页, freework f-bi  can  free your work.
come from alibaba                    

확장 프로그램 기본 정보

이름 freework freework
ID lcildkdgnehaglooigeaahnocgpmigjk
공식 URL https://chromewebstore.google.com/detail/freework/lcildkdgnehaglooigeaahnocgpmigjk
설명 BI产品开发辅助插件
파일 크기 344 KB
설치 횟수 160
현재 버전 1.0.6
최근 업데이트 2021-09-25
출시 날짜 2018-03-20
개발자 taojinhuo
이메일 [email protected]
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "fire",
    "name": "freework",
    "version": "1.0.6",
    "description": "BI\u4ea7\u54c1\u5f00\u53d1\u8f85\u52a9\u63d2\u4ef6",
    "icons": {
        "128": "images\/icon-bi-128.png",
        "16": "images\/icon-bi-16.png",
        "48": "images\/icon-bi-48.png",
        "64": "images\/icon-bi-64.png"
    },
    "action": {
        "default_icon": {
            "128": "images\/icon-bi-128.png",
            "16": "images\/icon-bi-16.png",
            "48": "images\/icon-bi-48.png",
            "64": "images\/icon-bi-64.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-3.6.0.min.js",
                "js\/main.js"
            ],
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "optional_permissions": [],
    "host_permissions": [
        "https:\/\/*.alibaba-inc.com\/",
        "http:\/\/*.alibaba-inc.com\/",
        "https:\/\/*.aliyun-inc.com\/",
        "https:\/\/*.aliyun.com\/",
        "https:\/\/*.taobao.com\/"
    ],
    "permissions": [
        "tabs"
    ]
}