Weekly Stock Loader
Get weekly stock market information about your favorite stocks!
Was ist Weekly Stock Loader?
Weekly Stock Loader ist eine Chrome-Erweiterung, die von yoramrbl.media entwickelt wurde, und ihr Hauptmerkmal ist "Get weekly stock market information about your favorite stocks!".
Erweiterungsscreenshots
Weekly Stock Loader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Weekly Stock Loader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!❤️
Grundlegende Informationen zur Erweiterung
Name | |
ID | amgfkaleaihpincdepcfndpklgiogfdc |
Offizielle URL | https://chrome.google.com/webstore/detail/weekly-stock-loader/amgfkaleaihpincdepcfndpklgiogfdc |
Beschreibung | Get weekly stock market information about your favorite stocks! |
Dateigröße | 12.8 KB |
Installationsanzahl | 3,115 |
Aktuelle Version | 1 |
Letztes Update | 2022-12-21 |
Veröffentlichungsdatum | 2022-12-21 |
Entwickler | yoramrbl.media |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://home.upiloumnejim.xyz/ |
Hilfeseite URL | https://home.upiloumnejim.xyz/contact.html |
Unterstützte Sprachen | 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": [ "*:\/\/*\/*" ] } |