Saham Time
دسترسی سریع به نمادهای بورس و فرابورس
What is Saham Time?
Saham Time is a Chrome extension developed by invest.barsam, and its main feature is "دسترسی سریع به نمادهای بورس و فرابورس".
Extension Screenshots
Download Saham Time Extension CRX File
Download Saham Time extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
"سهام تایم" افزونه ایی ساده و کارآمد است که بر روی مرورگر شما نصب می شود و تغییرات لحظهای سهام های شما را با یک به نمایش می گذارد.
Extension Basic Information
Name | Saham Time |
ID | bdogkgflollbcidejeacffkgfcelmeem |
Official URL | https://chromewebstore.google.com/detail/saham-time/bdogkgflollbcidejeacffkgfcelmeem |
Description | دسترسی سریع به نمادهای بورس و فرابورس |
File Size | 1.12 MB |
Installation Count | 123 |
Current Version | 1.0.0 |
Last Updated | 2021-09-29 |
Publish Date | 2021-09-28 |
Rating | 3.60/5 Total 15 Ratings |
Developer | invest.barsam |
[email protected] | |
Payment Type | free |
Extension Website | http://www.sahamtime.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Saham Time", "version": "1.0.0", "manifest_version": 2, "description": "\u062f\u0633\u062a\u0631\u0633\u06cc \u0633\u0631\u06cc\u0639 \u0628\u0647 \u0646\u0645\u0627\u062f\u0647\u0627\u06cc \u0628\u0648\u0631\u0633 \u0648 \u0641\u0631\u0627\u0628\u0648\u0631\u0633", "homepage_url": "https:\/\/www.ibarsam.com\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon16.png", "default_title": "The Title", "default_popup": "src\/override\/override.html" }, "web_accessible_resources": [ "fonts\/Vazir-Black.ttf", "fonts\/Vazir-Bold.ttf" ], "content_scripts": [ { "js": [ "js\/jquery\/jquery.min.js", "js\/main.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "default_locale": "en", "permissions": [ "cookies" ] } |