investing.com Kurlar

investing.com Canlı Döviz Kurları

investing.com Kurlar란 무엇입니까?

investing.com Kurlar은(는) Cihan YAZICI에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "investing.com Canlı Döviz Kurları"입니다.

확장 프로그램 스크린샷

screenshot

investing.com Kurlar 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This add-on includes investing.com's Cross Rates. You can follow the instant exchange of exchange rates with this add-on. The data is provided instantly via investing.com. The developer does not guarantee that the data is accurate. The losses are not the developer's responsibility for losses caused by commercial use.                    

확장 프로그램 기본 정보

이름 investing.com Kurlar investing.com Kurlar
ID pclpbjpadbmgjnblbjfepihmkmnkpagj
공식 URL https://chromewebstore.google.com/detail/investingcom-kurlar/pclpbjpadbmgjnblbjfepihmkmnkpagj
설명 investing.com Canlı Döviz Kurları
파일 크기 167 KB
설치 횟수 1,037
현재 버전 1.3
최근 업데이트 2017-12-14
출시 날짜 2017-12-14
평점 4.48/5 총 21 개의 평점
개발자 Cihan YAZICI
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://tr.investing.com
지원되는 언어 en,en-GB,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "investing.com Kurlar",
    "description": "investing.com Canl\u0131 D\u00f6viz Kurlar\u0131",
    "default_locale": "tr",
    "version": "1.3",
    "manifest_version": 2,
    "options_page": "ayarlar.html",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "pencere.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}