Rahavard

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

¿Qué es Rahavard?

Rahavard es una extensión de Chrome desarrollada por mabnadp, y su función principal es "By using the Rahavard extension, you can have access to the technical chart at any moment.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Rahavard

Descarga archivos de extensión Rahavard en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Rahavard Rahavard
ID mgkjfmoolpkdchcocgfiiplpcmmfjohc
URL Oficial https://chromewebstore.google.com/detail/rahavard/mgkjfmoolpkdchcocgfiiplpcmmfjohc
Descripción By using the Rahavard extension, you can have access to the technical chart at any moment.
Tamaño del Archivo 21.01 KB
Cantidad de Instalaciones 10,244
Versión Actual 1.0.1
Última Actualización 2024-01-24
Fecha de Publicación 2024-01-24
Calificación 4.43/5 Total de 23 Calificaciones
Desarrollador mabnadp
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://rahavard365.com/
URL de la Página de Política de Privacidad https://rahavard365.com/terms-and-conditions
Idiomas Soportados 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"
    }
}