Rahavard

By using the Rahavard extension, you can have access to the technical chart at any moment.

什么是Rahavard?

Rahavard是由mabnadp开发的Chrome扩展程序,该扩展的主要功能是“By using the Rahavard extension, you can have access to the technical chart at any moment.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Rahavard扩展crx文件

下载Rahavard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        By using the Rahavard extension, you can have access to the technical chart of any stock at any moment. Rahavard is a reference for technical and fundamental information of the stock, cryptocurrencies, commodities markets. This website provides the most accurate technical charts for market to its users. In addition to the charts, Rahavard has fundamental information. Rahavard is a specialized social network where market participants analyze stocks and the market, and share their information and analyses with each other.

After installing this extension, all you need to do is select the name of a symbol on any website, and you will be directed to the technical chart page of that symbol. If you have previously registered with Rahavard and have performed an analysis on that stock, you can view your analyses.

If the selected text is not a stock symbol, Rahavard will search for the same word on its website and display the related information to you. Therefore, even if you don't remember the symbol's name, you can most likely find it easily.

Furthermore, since you can create a watchlist of your favorite symbols on Rahavard, this extension provides quick access to your watchlist as well.                    

扩展基本信息

名称 Rahavard Rahavard
ID mgkjfmoolpkdchcocgfiiplpcmmfjohc
官方URL https://chromewebstore.google.com/detail/rahavard/mgkjfmoolpkdchcocgfiiplpcmmfjohc
简介 By using the Rahavard extension, you can have access to the technical chart at any moment.
文件大小 21.01 KB
安装次数 10,244
当前版本 1.0.1
更新时间 2024-01-24
上架时间 2024-01-24
评分 4.43/5 共23次评分
开发者 mabnadp
电子邮箱 [email protected]
付费类型 free
扩展官网 https://rahavard365.com/
隐私政策页面URL https://rahavard365.com/terms-and-conditions
支持的语言 fa
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Rahavard",
    "version": "1.0.1",
    "description": "By using the Rahavard extension, you can have access to the technical chart at any moment.",
    "icons": {
        "16": "public\/icons\/16.png",
        "32": "public\/icons\/32.png",
        "48": "public\/icons\/48.png",
        "128": "public\/icons\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "public\/*",
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "contextMenus"
    ],
    "action": {
        "default_icon": {
            "16": "public\/icons\/16.png",
            "32": "public\/icons\/32.png",
            "48": "public\/icons\/48.png",
            "128": "public\/icons\/128.png"
        },
        "default_title": "Rahavard"
    },
    "background": {
        "service_worker": "background\/index.js",
        "type": "module"
    }
}