freework
BI产品开发辅助插件
Cos'è freework?
freework è un'estensione di Chrome sviluppata da taojinhuo, e la sua funzione principale è "BI产品开发辅助插件".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione freework
Scarica i file di estensione freework in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
用于freework f-bi 快速跳转到编辑页, freework f-bi can free your work.
come from alibaba Informazioni di Base sull'Estensione
| Nome | |
| ID | lcildkdgnehaglooigeaahnocgpmigjk |
| URL Ufficiale | https://chromewebstore.google.com/detail/freework/lcildkdgnehaglooigeaahnocgpmigjk |
| Descrizione | BI产品开发辅助插件 |
| Dimensione del File | 344 KB |
| Conteggio Installazioni | 160 |
| Versione Corrente | 1.0.6 |
| Ultimo Aggiornamento | 2021-09-25 |
| Data di Pubblicazione | 2018-03-20 |
| Sviluppatore | taojinhuo |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |