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 |
电子邮箱 | [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": [ "*:\/\/*\/*" ] } |