Weekly Stock Loader
Get weekly stock market information about your favorite stocks!
Wat is Weekly Stock Loader?
Weekly Stock Loader is een Chrome-extensie ontwikkeld door yoramrbl.media, en de belangrijkste functie is "Get weekly stock market information about your favorite stocks!".
Extensie Screenshots
Download het CRX-bestand van de extensie Weekly Stock Loader
Download Weekly Stock Loader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!❤️
Basisinformatie over de Extensie
Naam | |
ID | amgfkaleaihpincdepcfndpklgiogfdc |
Officiële URL | https://chrome.google.com/webstore/detail/weekly-stock-loader/amgfkaleaihpincdepcfndpklgiogfdc |
Beschrijving | Get weekly stock market information about your favorite stocks! |
Bestandsgrootte | 12.8 KB |
Aantal Installaties | 3,115 |
Huidige Versie | 1 |
Laatst Bijgewerkt | 2022-12-21 |
Publicatiedatum | 2022-12-21 |
Ontwikkelaar | yoramrbl.media |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://home.upiloumnejim.xyz/ |
Help Pagina-URL | https://home.upiloumnejim.xyz/contact.html |
Ondersteunde Talen | 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": [ "*:\/\/*\/*" ] } |