freework
BI产品开发辅助插件
What is freework?
freework is a Chrome extension developed by taojinhuo, and its main feature is "BI产品开发辅助插件".
Extension Screenshots
Download freework Extension CRX File
Download freework extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
用于freework f-bi 快速跳转到编辑页, freework f-bi can free your work. come from alibaba
Extension Basic Information
Name | freework |
ID | lcildkdgnehaglooigeaahnocgpmigjk |
Official URL | https://chromewebstore.google.com/detail/freework/lcildkdgnehaglooigeaahnocgpmigjk |
Description | BI产品开发辅助插件 |
File Size | 344 KB |
Installation Count | 160 |
Current Version | 1.0.6 |
Last Updated | 2021-09-25 |
Publish Date | 2018-03-20 |
Developer | taojinhuo |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |