獨孤九劍 財務報表分析工具
把 林明樟 老師發明的獨孤九劍分析步驟,直接標記在 台灣公開資訊觀測站 的報表上。想要學習獨孤九劍分析步驟,請報名 超級數字力,網址 http://financemj.com/ ( Icon made by madebyoliver )
What is 獨孤九劍 財務報表分析工具?
獨孤九劍 財務報表分析工具 is a Chrome extension developed by Calvin Yeh, and its main feature is "把 林明樟 老師發明的獨孤九劍分析步驟,直接標記在 台灣公開資訊觀測站 的報表上。想要學習獨孤九劍分析步驟,請報名 超級數字力,網址 http://financemj.com/ ( Icon made by madebyoliver )".
Extension Screenshots
Download 獨孤九劍 財務報表分析工具 Extension CRX File
Download 獨孤九劍 財務報表分析工具 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
利用此工具,複習 獨孤九劍 的分析步驟,讓您逐步上手財報分析。
Extension Basic Information
Name | |
ID | plbmnfkeakpfllpilfmmdchbcfkobbgd |
Official URL | https://chromewebstore.google.com/detail/%E7%8D%A8%E5%AD%A4%E4%B9%9D%E5%8A%8D-%E8%B2%A1%E5%8B%99%E5%A0%B1%E8%A1%A8%E5%88%86%E6%9E%90%E5%B7%A5%E5%85%B7/plbmnfkeakpfllpilfmmdchbcfkobbgd |
Description | 把 林明樟 老師發明的獨孤九劍分析步驟,直接標記在 台灣公開資訊觀測站 的報表上。想要學習獨孤九劍分析步驟,請報名 超級數字力,網址 http://financemj.com/ ( Icon made by madebyoliver ) |
File Size | 60.88 KB |
Installation Count | 3,350 |
Current Version | 1.1.1 |
Last Updated | 2019-07-13 |
Publish Date | 2019-07-13 |
Rating | 4.99/5 Total 75 Ratings |
Developer | Calvin Yeh |
[email protected] | |
Payment Type | free |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u7368\u5b64\u4e5d\u528d \u8ca1\u52d9\u5831\u8868\u5206\u6790\u5de5\u5177", "version": "1.1.1", "description": "\u628a \u6797\u660e\u6a1f \u8001\u5e2b\u767c\u660e\u7684\u7368\u5b64\u4e5d\u528d\u5206\u6790\u6b65\u9a5f\uff0c\u76f4\u63a5\u6a19\u8a18\u5728 \u53f0\u7063\u516c\u958b\u8cc7\u8a0a\u89c0\u6e2c\u7ad9 \u7684\u5831\u8868\u4e0a\u3002\u60f3\u8981\u5b78\u7fd2\u7368\u5b64\u4e5d\u528d\u5206\u6790\u6b65\u9a5f\uff0c\u8acb\u5831\u540d \u8d85\u7d1a\u6578\u5b57\u529b\uff0c\u7db2\u5740 http:\/\/financemj.com\/ ( Icon made by madebyoliver )", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/sword.png", "38": "images\/sword.png" }, "default_title": "\u7368\u5b64\u4e5d\u528d \u8ca1\u52d9\u5831\u8868\u5206\u6790\u5de5\u5177", "default_popup": "popup.html" }, "options_page": "options.html", "content_security_policy": "default-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval'; img-src *", "permissions": [ "activeTab", "storage", "unlimitedStorage", "https:\/\/mops.twse.com.tw\/*" ], "content_scripts": [ { "matches": [ "https:\/\/mops.twse.com.tw\/mops\/web\/t05st22_q1", "https:\/\/mops.twse.com.tw\/mops\/web\/t164sb03", "https:\/\/mops.twse.com.tw\/mops\/web\/t163sb08", "https:\/\/mops.twse.com.tw\/mops\/web\/t164sb05" ], "css": [ "css\/DuGuJiuJianTips.css" ], "js": [ "js\/jquery-1.12.3.min.js", "js\/ga.js", "js\/portfolio.js", "js\/DuGuJiuJianTips.js", "js\/contentscript.js" ], "run_at": "document_idle", "all_frames": false } ], "icons": { "16": "images\/sword.png", "48": "images\/sword.png", "128": "images\/sword.png" } } |