獨孤九劍 財務報表分析工具

把 林明樟 老師發明的獨孤九劍分析步驟,直接標記在 台灣公開資訊觀測站 的報表上。想要學習獨孤九劍分析步驟,請報名 超級數字力,網址 http://financemj.com/ ( Icon made by madebyoliver )

Cos'è 獨孤九劍 財務報表分析工具?

獨孤九劍 財務報表分析工具 è un'estensione di Chrome sviluppata da Calvin Yeh, e la sua funzione principale è "把 林明樟 老師發明的獨孤九劍分析步驟,直接標記在 台灣公開資訊觀測站 的報表上。想要學習獨孤九劍分析步驟,請報名 超級數字力,網址 http://financemj.com/ ( Icon made by madebyoliver )".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 獨孤九劍 財務報表分析工具

Scarica i file di estensione 獨孤九劍 財務報表分析工具 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

                        利用此工具,複習 獨孤九劍 的分析步驟,讓您逐步上手財報分析。                    

Informazioni di Base sull'Estensione

Nome 獨孤九劍 財務報表分析工具 獨孤九劍 財務報表分析工具
ID plbmnfkeakpfllpilfmmdchbcfkobbgd
URL Ufficiale 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
Descrizione 把 林明樟 老師發明的獨孤九劍分析步驟,直接標記在 台灣公開資訊觀測站 的報表上。想要學習獨孤九劍分析步驟,請報名 超級數字力,網址 http://financemj.com/ ( Icon made by madebyoliver )
Dimensione del File 60.88 KB
Conteggio Installazioni 3,350
Versione Corrente 1.1.1
Ultimo Aggiornamento 2019-07-13
Data di Pubblicazione 2019-07-13
Valutazione 4.99/5 Totale 75 Valutazioni
Sviluppatore Calvin Yeh
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}