FXStreet - The Foreign Exchange Market
Economic Calendar, Forex Analysis, Trading Positions and Currency Trading News by FXStreet
Cos'è FXStreet - The Foreign Exchange Market?
FXStreet - The Foreign Exchange Market è un'estensione di Chrome sviluppata da fxstreet, e la sua funzione principale è "Economic Calendar, Forex Analysis, Trading Positions and Currency Trading News by FXStreet".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FXStreet - The Foreign Exchange Market
Scarica i file di estensione FXStreet - The Foreign Exchange Market in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
FXStreet is a leading source for reliable news and real time Forex analysis. FXStreet offers real-time exchange rates, charts and an economic calendar. Informazioni di Base sull'Estensione
| Nome | |
| ID | ibbcojjolkfhjaecoicbmnokmbcaaigi |
| URL Ufficiale | https://chromewebstore.google.com/detail/fxstreet-the-foreign-exch/ibbcojjolkfhjaecoicbmnokmbcaaigi |
| Descrizione | Economic Calendar, Forex Analysis, Trading Positions and Currency Trading News by FXStreet |
| Dimensione del File | 23.96 KB |
| Conteggio Installazioni | 2,829 |
| Versione Corrente | 2.0.8 |
| Ultimo Aggiornamento | 2018-10-08 |
| Data di Pubblicazione | 2018-10-08 |
| Valutazione | 4.67/5 Totale 30 Valutazioni |
| Sviluppatore | fxstreet |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.fxstreet.com/ |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "FXStreet - The Foreign Exchange Market",
"description": "Economic Calendar, Forex Analysis, Trading Positions and Currency Trading News by FXStreet",
"version": "2.0.8",
"background": {
"persistent": false,
"page": "background.html"
},
"browser_action": {
"default_icon": "icon16.png",
"default_popup": "popup.html",
"default_title": "FXStreet"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_security_policy": "script-src 'self' https:\/\/calendar.fxstreet.com https:\/\/httppush.fxstreet.com https:\/\/authorization.fxstreet.com https:\/\/staticcontent.fxstreet.com https:\/\/staticconent.blob.core.windows.net https:\/\/ssl.google-analytics.com; object-src 'self'",
"permissions": [
"activeTab",
"http:\/\/*\/*",
"https:\/\/*\/*",
"notifications",
"background",
"alarms"
],
"homepage_url": "https:\/\/www.fxstreet.com",
"short_name": "fxstreet.com"
} | |