WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Power Notes Searcher for SAP

Power Notes Searcher for SAP

View on Chrome Web Store
View Power Notes Searcher for SAP Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (12 ratings)
1 new ratings
3 views
This extension has been viewed 3 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Search for multiple SAP notes easily & with history.
Type
Extension
Users
1,000 users
2
Website in2db.com
in2DB Consultants Ltd
View author page of in2DB Consultants Ltd
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 18, 2014
Version 3.1
Manifest version
3
Updated
Updated on August 2, 2024
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Power Notes Searcher for SAP Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Power Notes Searcher for SAP",
    "short_name": "Power Notes Searcher for SAP",
    "description": "Search for multiple SAP notes easily & with history.",
    "version": "3.1",
    "author": "in2DB Consultants Ltd",
    "minimum_chrome_version": "90",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi1BlPl2ap2sxCyaEa9ApUhKI6Jw1pdqEIsAlueZ6mN1IglqrFy1TdGpFt\/sGVGd8ab\/t4qE6FIS+COwQ5Fuvql1ikKveqwXY0VQFQJnraV66EINr26KAFrftLxbP\/iMGL3kPcAMBJ0CrDAdkM4yFMagj8yLPSSWvSd\/9L\/5AQElGP7+HrWt1He33NgPc2mBU6dl5WsT2kIQWJ6tArDH+tSgj1OaXss5yt4Be\/3tCGL3o7wxc1BHyOgrr29EyvOjlDKpR9sSWoehOhBMQM5kV9AULPq\/Nh7wTIBa9IyVkmxZ9HdXc6XU5+SuvQTUrB4GWBFZDSMDnWaXk0z65qES6bwIDAQAB",
    "permissions": [
        "contextMenus",
        "storage",
        "clipboardWrite",
        "notifications",
        "offscreen"
    ],
    "host_permissions": [
        "https:\/\/me.sap.com\/*",
        "https:\/\/launchpad.support.sap.com\/*",
        "https:\/\/userapps.support.sap.com\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "omnibox": {
        "keyword": "note"
    },
    "action": {
        "default_title": "Power Notes Searcher for SAP",
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/me.sap.com\/notes\/*"
            ],
            "js": [
                "highlightnotes.js",
                "notecontent.js",
                "clicker.js"
            ],
            "all_frames": false,
            "match_about_blank": false,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/me.sap.com\/support\/search\/*"
            ],
            "js": [
                "clicker.js"
            ],
            "all_frames": false,
            "match_about_blank": false,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/me.sap.com\/servicessupport\/*"
            ],
            "js": [
                "highlightnotes.js",
                "notecontent.js",
                "clicker.js"
            ],
            "all_frames": false,
            "match_about_blank": false,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/launchpad.support.sap.com\/*"
            ],
            "js": [
                "highlightnotes.js",
                "notecontent.js",
                "clicker.js"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/me.sap.com\/softwarecenter\/*"
            ],
            "js": [
                "clicker.js"
            ],
            "all_frames": false,
            "match_about_blank": false,
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/userapps.support.sap.com\/sap\/support\/sfm\/notes\/print\/*"
            ],
            "js": [
                "printfriendly.js"
            ],
            "all_frames": false,
            "match_about_blank": false,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "xmlhttpresolver.js"
            ],
            "matches": [
                "https:\/\/*.sap.com\/*"
            ]
        },
        {
            "resources": [
                "offscreen.html"
            ],
            "matches": []
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top