Weekly Stock Loader
Get weekly stock market information about your favorite stocks!
Apa itu Weekly Stock Loader?
Weekly Stock Loader adalah ekstensi Chrome yang dikembangkan oleh yoramrbl.media, dan fitur utamanya adalah "Get weekly stock market information about your favorite stocks!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Weekly Stock Loader
Unduh file ekstensi Weekly Stock Loader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!❤️
Informasi Dasar Ekstensi
Nama | |
ID | amgfkaleaihpincdepcfndpklgiogfdc |
URL Resmi | https://chrome.google.com/webstore/detail/weekly-stock-loader/amgfkaleaihpincdepcfndpklgiogfdc |
Deskripsi | Get weekly stock market information about your favorite stocks! |
Ukuran File | 12.8 KB |
Jumlah Instalasi | 3,115 |
Versi Saat Ini | 1 |
Terakhir Diperbarui | 2022-12-21 |
Tanggal Publikasi | 2022-12-21 |
Pengembang | yoramrbl.media |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://home.upiloumnejim.xyz/ |
URL Halaman Bantuan | https://home.upiloumnejim.xyz/contact.html |
Bahasa yang Didukung | 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": [ "*:\/\/*\/*" ] } |