WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Bonfiglioli Customer Info 4.0.1

Bonfiglioli Customer Info 4.0.1

View on Chrome Web Store
View Bonfiglioli Customer Info 4.0.1 Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
6 views
This extension has been viewed 6 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.

Extracts customer data from SAP webpages, displays it in a popup, and allows collaborative customer notes management.
Type
Extension
Users
31 users
1
mdemirgiller.busa
View author page of mdemirgiller.busa
Published
Published on November 3, 2024
Version 4.0.1
Manifest version
3
Updated
Updated on February 14, 2026
productivity/tools
Extension Category
View on Chrome Web Store
View Bonfiglioli Customer Info 4.0.1 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": "Bonfiglioli Customer Info 4.0.1",
    "version": "4.0.1",
    "description": "Extracts customer data from SAP webpages, displays it in a popup, and allows collaborative customer notes management.",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bonfiglioli.lightning.force.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "salesman.csv"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2026 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