Weekly Stock Loader
Get weekly stock market information about your favorite stocks!
Weekly Stock Loaderとは何ですか?
Weekly Stock Loaderはyoramrbl.mediaによって開発されたChromeの拡張機能で、その主な機能は「Get weekly stock market information about your favorite stocks!」です。
拡張機能のスクリーンショット
Weekly Stock Loader拡張機能のCRXファイルをダウンロード
Weekly Stock Loader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Weekly Stock Loader is a browser extension that helps you stay up-to-date on the latest stock market trends. With this extension, you can easily check the weekly stock performance of your favorite stocks, indices, and other financial instruments! Whether you are an experienced investor or just starting out, Weekly Stock Loader is a valuable tool that can help you make informed decisions about your investments! Leave us a review whether you like or dislike the extension so we could improve!❤️
拡張機能の基本情報
名前 | |
ID | amgfkaleaihpincdepcfndpklgiogfdc |
公式URL | https://chrome.google.com/webstore/detail/weekly-stock-loader/amgfkaleaihpincdepcfndpklgiogfdc |
説明 | Get weekly stock market information about your favorite stocks! |
ファイルサイズ | 12.8 KB |
インストール数 | 3,115 |
現在のバージョン | 1 |
最終更新日 | 2022-12-21 |
公開日 | 2022-12-21 |
開発者 | yoramrbl.media |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://home.upiloumnejim.xyz/ |
ヘルプページのURL | https://home.upiloumnejim.xyz/contact.html |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "logo.png", "default_title": "Weekly Stock Loader", "default_popup": "popup.html" }, "description": "Get weekly stock market information about your favorite stocks!", "icons": { "128": "logo.png" }, "manifest_version": 3, "name": "Weekly Stock Loader", "version": "1", "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "icons\/*.svg" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ] } ], "host_permissions": [ "*:\/\/*\/*" ] } |