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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}