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.

¿Qué es SwissFS Forex Ticker?

SwissFS Forex Ticker es una extensión de Chrome desarrollada por https://swissfs.sa.com, y su función principal es "Use this tool to keep track of up to 24 different cross rates. The chart is easy to read, and updates automatically.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión SwissFS Forex Ticker

Descarga archivos de extensión SwissFS Forex Ticker 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

                        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.                    

Información Básica de la Extensión

Nombre SwissFS Forex Ticker SwissFS Forex Ticker
ID fhnfgmkpnhngjaommegefeinppkcdgoa
URL Oficial https://chromewebstore.google.com/detail/swissfs-forex-ticker/fhnfgmkpnhngjaommegefeinppkcdgoa
Descripción Use this tool to keep track of up to 24 different cross rates. The chart is easy to read, and updates automatically.
Tamaño del Archivo 109 KB
Cantidad de Instalaciones 39
Versión Actual 1.0
Última Actualización 2017-07-15
Fecha de Publicación 2017-07-15
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://swissfs.sa.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://swissfs.sa.com/en/disclosure
Idiomas Soportados 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"
}