SAP Note Finder - Launchpad Edition

SAP Notes Finder - Launchpad Edition

Τι είναι το SAP Note Finder - Launchpad Edition;

Το SAP Note Finder - Launchpad Edition είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jwo, και η κύρια λειτουργία του είναι "SAP Notes Finder - Launchpad Edition".

Λήψη αρχείου CRX της επέκτασης SAP Note Finder - Launchpad Edition

Λήψη αρχείων επέκτασης SAP Note Finder - Launchpad Edition σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        With this extension one can easily search and open SAP Notes within the SAP One Support Launchpad.

Credits go to SAP notes finder app by huangli. This version is updated to work with Launchpad URLs.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα SAP Note Finder - Launchpad Edition SAP Note Finder - Launchpad Edition
ID bmeilffaafkfoafonmnfmfdkblpkjood
Επίσημο URL https://chrome.google.com/webstore/detail/sap-note-finder-launchpad/bmeilffaafkfoafonmnfmfdkblpkjood
Περιγραφή SAP Notes Finder - Launchpad Edition
Μέγεθος Αρχείου 14.91 KB
Αριθμός Εγκαταστάσεων 172
Τρέχουσα Έκδοση 2
Τελευταία Ενημέρωση 2017-11-06
Ημερομηνία Δημοσίευσης 2017-11-06
Προγραμματιστής jwo
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SAP Note Finder - Launchpad Edition",
    "manifest_version": 2,
    "version": "2",
    "description": "SAP Notes Finder - Launchpad Edition",
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png"
    }
}