Ansaar Halal Stocks
Look up halal stock info from Ansaar.in
什麼是Ansaar Halal Stocks?
Ansaar Halal Stocks是由https://hikmahtechnologies.com開發的Chrome擴展程式,該擴展的主要功能是“Look up halal stock info from Ansaar.in”。
擴展截圖
下載Ansaar Halal Stocks擴展crx文件
下載Ansaar Halal Stocks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Looks up halal status of the stock from ansaar.in website on your favourite financial websites. No need to install additional apps just to check the halal status. Supports: - Yahoo Finance - Stockopedia - Screener.in More to come.
擴展基本資訊
名稱 | Ansaar Halal Stocks |
ID | nfakmbmkmpohldomlnfeiknbichfloen |
官方網址 | https://chromewebstore.google.com/detail/ansaar-halal-stocks/nfakmbmkmpohldomlnfeiknbichfloen |
簡介 | Look up halal stock info from Ansaar.in |
檔案大小 | 10.17 KB |
安裝次數 | 103 |
目前版本 | 1.0 |
更新時間 | 2023-10-24 |
上架時間 | 2023-10-24 |
評分 | 5.00/5 共 2 次評分 |
開發者 | https://hikmahtechnologies.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.ansaar.in |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ansaar Halal Stocks", "description": "Look up halal stock info from Ansaar.in", "version": "1.0", "permissions": [ "webNavigation", "storage", "scripting" ], "host_permissions": [ "https:\/\/finance.yahoo.com\/*", "https:\/\/app.stockopedia.com\/*", "https:\/\/screener.in\/*", "https:\/\/www.screener.in\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "48": "icon-48x48.png" }, "default_popup": "popup.html" }, "icons": { "48": "icon-48x48.png", "32": "icon-32x32.png" } } |