Weekly Stock Loader
Get weekly stock market information about your favorite stocks!
Cos'è Weekly Stock Loader?
Weekly Stock Loader è un'estensione di Chrome sviluppata da yoramrbl.media, e la sua funzione principale è "Get weekly stock market information about your favorite stocks!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Weekly Stock Loader
Scarica i file di estensione Weekly Stock Loader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!❤️
Informazioni di Base sull'Estensione
Nome | |
ID | amgfkaleaihpincdepcfndpklgiogfdc |
URL Ufficiale | https://chrome.google.com/webstore/detail/weekly-stock-loader/amgfkaleaihpincdepcfndpklgiogfdc |
Descrizione | Get weekly stock market information about your favorite stocks! |
Dimensione del File | 12.8 KB |
Conteggio Installazioni | 3,115 |
Versione Corrente | 1 |
Ultimo Aggiornamento | 2022-12-21 |
Data di Pubblicazione | 2022-12-21 |
Sviluppatore | yoramrbl.media |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://home.upiloumnejim.xyz/ |
URL della Pagina di Aiuto | https://home.upiloumnejim.xyz/contact.html |
Lingue Supportate | 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": [ "*:\/\/*\/*" ] } |