The Startup Journal
Be the first to be notified when we cover some best startups in India on The Startup Journal.
Was ist The Startup Journal?
The Startup Journal ist eine Chrome-Erweiterung, die von http://www.thestartupjournal.com entwickelt wurde, und ihr Hauptmerkmal ist "Be the first to be notified when we cover some best startups in India on The Startup Journal.".
Erweiterungsscreenshots
The Startup Journal-Erweiterungs-CRX-Datei herunterladen
Laden Sie The Startup Journal-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
Grundlegende Informationen zur Erweiterung
Name | |
ID | chhinifmhhfcgjdncaelnbnnckiihhfm |
Offizielle URL | https://chrome.google.com/webstore/detail/the-startup-journal/chhinifmhhfcgjdncaelnbnnckiihhfm |
Beschreibung | Be the first to be notified when we cover some best startups in India on The Startup Journal. |
Dateigröße | 97.66 KB |
Installationsanzahl | 23 |
Aktuelle Version | 1.0 |
Letztes Update | 2015-08-03 |
Veröffentlichungsdatum | 2015-08-01 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | http://www.thestartupjournal.com |
Zahlungsart | free |
Erweiterungswebsite | http://www.thestartupjournal.com |
Unterstützte Sprachen | en |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "img\/icon-128.png", "16": "img\/icon-16.png", "48": "img\/icon-48.png" }, "manifest_version": 2, "name": "__MSG_name__", "options_page": "options.html", "permissions": [ "tabs", "notifications", "*:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |