mark et cap

Timing is everything! Use 'cashtags' or ticker symbols to navigate to your trading platform/exchange of choice!

mark et capとは何ですか?

mark et capはMark Et Cap LLCによって開発されたChromeの拡張機能で、その主な機能は「Timing is everything! Use 'cashtags' or ticker symbols to navigate to your trading platform/exchange of choice!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

mark et cap拡張機能のCRXファイルをダウンロード

mark et cap拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The mark et cap browser extension is the navigation extension for traders.
 
Interact with stock or cryptocurrency tickers on any webpage and navigate directly to your stock brokerage, crypto exchange or preferred research webpage with a simple and configurable right-click menu. 

To use, simply choose your preferred webpages within the options menu,  find a ticker on any webpage (such as 'TSLA', 'MSFT' or 'AAPL'), highlight the text, then right-click and select your destination. 

The in-browser pop-up will store your 15 most recent interactions and allow you to favorite up to 15 tickers. With 50+ different navigation options,  mark et cap is the fastest way to get from point A to point B - in trading, timing is everything. 

To use the TradingView Chart Widget feature, simply right-click and select the charting option to display the chart and price without ever having to navigate to a different page! You can configure your default TradingView settings within our 'Settings & Options' page.

Sometimes it's about where you're going *and* how you get there.  Watch our tutorial video to see the extension in action. 

Don't see what you're looking for or have a suggestion? We love feedback - get in touch!                    

拡張機能の基本情報

名前 mark et cap mark et cap
ID mopmpokmfchikmphegiccjnbddicaobk
公式URL https://chromewebstore.google.com/detail/mark-et-cap/mopmpokmfchikmphegiccjnbddicaobk
説明 Timing is everything! Use 'cashtags' or ticker symbols to navigate to your trading platform/exchange of choice!
ファイルサイズ 287 KB
インストール数 153
現在のバージョン 2.9.0
最終更新日 2023-11-18
公開日 2021-05-10
評価 5.00/5 合計 2 レビュー
開発者 Mark Et Cap LLC
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.mark-et-cap.com/
ヘルプページのURL https://www.mark-et-cap.com/contact-us
プライバシーポリシーページのURL https://www.mark-et-cap.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "mark et cap",
    "version": "2.9.0",
    "manifest_version": 3,
    "description": "Timing is everything! Use 'cashtags' or ticker symbols to navigate to your trading platform\/exchange of choice!",
    "permissions": [
        "activeTab",
        "contextMenus",
        "notifications",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/MEC-16.png",
            "32": "icons\/MEC-32.png",
            "48": "icons\/MEC-48.png",
            "128": "icons\/MEC-128.png"
        },
        "default_title": "mark et cap - timing is everything",
        "default_popup": "popup\/mec-popup.html"
    },
    "background": {
        "service_worker": "bundle.background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/www.tradingview.com\/widgetembed\/*"
            ],
            "js": [
                "get_symbol.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "icons\/MEC-16.png",
        "32": "icons\/MEC-32.png",
        "48": "icons\/MEC-48.png",
        "128": "icons\/MEC-128.png"
    },
    "options_page": "options\/options.html"
}