SwissFS Forex Ticker

Use this tool to keep track of up to 24 different cross rates. The chart is easy to read, and updates automatically.

SwissFS Forex Ticker란 무엇입니까?

SwissFS Forex Ticker은(는) https://swissfs.sa.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use this tool to keep track of up to 24 different cross rates. The chart is easy to read, and updates automatically."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

SwissFS Forex Ticker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        SwissFS(Swiss International financial services)

Swiss International is a financial services company that facilitates the entire process of participating in global financial markets. Being an Integrated Service Provider we cover the entire process from "Research and Advisory" services to the ultimate "Execution and Clearing" of a transaction.

To offer world-class quality in all the services we provide, we have worked hard to put together a highly qualified team of professionals. From the most junior marketing executive to the senior management.

A cosmopolitan culture consisting of people from various cultural, social and professional backgrounds allows us to interact with and accommodate effectively clients with differing backgrounds and expectations.

Some of the most respected and highly renowned names in the country provide the backing and support to our company, which lends us the highest level of recognition socially and professionally.                    

확장 프로그램 기본 정보

이름 SwissFS Forex Ticker SwissFS Forex Ticker
ID fhnfgmkpnhngjaommegefeinppkcdgoa
공식 URL https://chromewebstore.google.com/detail/swissfs-forex-ticker/fhnfgmkpnhngjaommegefeinppkcdgoa
설명 Use this tool to keep track of up to 24 different cross rates. The chart is easy to read, and updates automatically.
파일 크기 109 KB
설치 횟수 39
현재 버전 1.0
최근 업데이트 2017-07-15
출시 날짜 2017-07-15
평점 5.00/5 총 2 개의 평점
개발자 https://swissfs.sa.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://swissfs.sa.com/en/disclosure
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SwissFS Forex Ticker",
    "description": "Use this tool to keep track of up to 24 different cross rates. The chart is easy to read, and updates automatically.",
    "version": "1.0",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "background.js",
                "jquery-3.2.1.js",
                "jquery.marquee.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "https:\/\/swissfs.sa.com\/*"
    ],
    "options_page": "options.html"
}