Forsal.pl
Najnowsze wiadomości z forsal.pl
Was ist Forsal.pl?
Forsal.pl ist eine Chrome-Erweiterung, die von INFOR BIZNES Sp. z o.o entwickelt wurde, und ihr Hauptmerkmal ist "Najnowsze wiadomości z forsal.pl".
Erweiterungsscreenshots
Forsal.pl-Erweiterungs-CRX-Datei herunterladen
Laden Sie Forsal.pl-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Dodatek wyświetla dziesięć najnowszych newsów z portalu finansowego Forsal.pl. Na portalu Forsal.pl znajdziesz najświeższe wiadomości finansowe i analizy. Kliknij i poznaj aktualne kursy walut, notowania giełdowe oraz inne wiadomości ze świata finansów. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | aidedgelbkacjcjaljpenjgemenppdmd |
| Offizielle URL | https://chromewebstore.google.com/detail/forsalpl/aidedgelbkacjcjaljpenjgemenppdmd |
| Beschreibung | Najnowsze wiadomości z forsal.pl |
| Dateigröße | 78.81 KB |
| Installationsanzahl | 11 |
| Aktuelle Version | 1.0.4 |
| Letztes Update | 2014-02-03 |
| Veröffentlichungsdatum | 2014-02-03 |
| Entwickler | INFOR BIZNES Sp. z o.o |
| Zahlungsart | free |
| Erweiterungswebsite | http://forsal.pl |
| Unterstützte Sprachen | pl |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Forsal.pl",
"description": "Najnowsze wiadomo\u015bci z forsal.pl",
"version": "1.0.4",
"permissions": [
"http:\/\/m.forsal.pl\/",
"https:\/\/www.google-analytics.com\/",
"storage"
],
"icons": {
"19": "icon-19.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"browser_action": {
"default_icon": "icon-19.png",
"default_title": "Forsal.pl",
"default_popup": "popup.html"
},
"background": {
"page": "background.html"
}
} | |