ABAP Help Blog by Naimesh Patel
ABAP Help Blog
Qu'est-ce que ABAP Help Blog by Naimesh Patel ?
ABAP Help Blog by Naimesh Patel est une extension Chrome développée par naimeshvpatel, et sa fonction principale est "ABAP Help Blog".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ABAP Help Blog by Naimesh Patel
Téléchargez les fichiers d'extension ABAP Help Blog by Naimesh Patel au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Always stay tuned with the SAP ABAP Help blog by single touch. Options allows you fully customize the content on this extension. Version 1.5 - manifest V2 Version 1.4 - Pointed to main domain http://zevolving.com/ Version 1.3 - Pointed to new site http://help-abap.zevolving.com/ Version 1.2 - Added Badge: Shows if there is any update Version 1.1 - Added Themes - Fixed minor tweaks
Informations de Base sur l'Extension
Nom | |
ID | mneccidlopamkljjelaghhdfkmcmalid |
URL Officiel | https://chrome.google.com/webstore/detail/abap-help-blog-by-naimesh/mneccidlopamkljjelaghhdfkmcmalid |
Description | ABAP Help Blog |
Taille du Fichier | 29.07 KB |
Nombre d'Installations | 121 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2013-07-26 |
Date de Publication | 2013-07-26 |
Évaluation | 3.40/5 Total 5 Évaluations |
Développeur | naimeshvpatel |
Type de Paiement | free |
Site Web de l'Extension | http://zevolving.com |
URL de la Page d'Aide | http://zevolving.com/2011/07/chrome-extension-for-sap-abap-blog.html |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ABAP Help Blog by Naimesh Patel", "version": "1.5", "background_page": "background.html", "options_page": "settings.html", "description": "ABAP Help Blog", "icons": { "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "ABAP Help Blog", "default_icon": "icon19.png", "default_popup": "feed2.html" }, "permissions": [ "tabs", "http:\/\/zevolving.com\/*" ] } |