freework
BI产品开发辅助插件
Wat is freework?
freework is een Chrome-extensie ontwikkeld door taojinhuo, en de belangrijkste functie is "BI产品开发辅助插件".
Extensie Screenshots
Download het CRX-bestand van de extensie freework
Download freework-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        用于freework f-bi 快速跳转到编辑页, freework f-bi  can  free your work.
come from alibaba                     Basisinformatie over de Extensie
| Naam |   |  
| ID | lcildkdgnehaglooigeaahnocgpmigjk | 
| Officiële URL | https://chromewebstore.google.com/detail/freework/lcildkdgnehaglooigeaahnocgpmigjk | 
| Beschrijving | BI产品开发辅助插件 | 
| Bestandsgrootte | 344 KB | 
| Aantal Installaties | 160 | 
| Huidige Versie | 1.0.6 | 
| Laatst Bijgewerkt | 2021-09-25 | 
| Publicatiedatum | 2018-03-20 | 
| Ontwikkelaar | taojinhuo | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
    ]
}  |  |