ABAP Help Blog by Naimesh Patel

ABAP Help Blog

Cos'è ABAP Help Blog by Naimesh Patel?

ABAP Help Blog by Naimesh Patel è un'estensione di Chrome sviluppata da naimeshvpatel, e la sua funzione principale è "ABAP Help Blog".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ABAP Help Blog by Naimesh Patel

Scarica i file di estensione ABAP Help Blog by Naimesh Patel 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

                        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                    

Informazioni di Base sull'Estensione

Nome ABAP Help Blog by Naimesh Patel ABAP Help Blog by Naimesh Patel
ID mneccidlopamkljjelaghhdfkmcmalid
URL Ufficiale https://chrome.google.com/webstore/detail/abap-help-blog-by-naimesh/mneccidlopamkljjelaghhdfkmcmalid
Descrizione ABAP Help Blog
Dimensione del File 29.07 KB
Conteggio Installazioni 121
Versione Corrente 1.5
Ultimo Aggiornamento 2013-07-26
Data di Pubblicazione 2013-07-26
Valutazione 3.40/5 Totale 5 Valutazioni
Sviluppatore naimeshvpatel
Tipo di Pagamento free
Sito Web dell'Estensione http://zevolving.com
URL della Pagina di Aiuto http://zevolving.com/2011/07/chrome-extension-for-sap-abap-blog.html
Lingue Supportate 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\/*"
    ]
}