noble

Connect your prospects with happy customers they know

What is noble?

noble is a Chrome extension developed by noble-extension-publishers, and its main feature is "Connect your prospects with happy customers they know".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download noble Extension CRX File

Download noble extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        People buy the products their friends use or recommend. Whether you’re looking for warm intros to your target prospects or trying to steer them to your happy customers when they backchannel, Noble turns these word of mouth conversations into your best sales channel. Sell how people like to buy. That’s Noble.

Get started for free and learn more at thatsnoble.com                    

Extension Basic Information

Name noble noble
ID ifijlkhedlcgaffefifnpheooooamici
Official URL https://chromewebstore.google.com/detail/noble/ifijlkhedlcgaffefifnpheooooamici
Description Connect your prospects with happy customers they know
File Size 615 KB
Installation Count 53
Current Version 1.0.11
Last Updated 2024-02-13
Publish Date 2023-07-18
Rating 5.00/5 Total 4 Ratings
Developer noble-extension-publishers
Email [email protected]
Payment Type free
Extension Website https://www.thatsnoble.com/
Privacy Policy Page URL https://josh6941.wixsite.com/noble/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "noble",
    "author": "Noble Team",
    "description": "Connect your prospects with happy customers they know",
    "version": "1.0.11",
    "action": {
        "default_popup": "popup.html",
        "default_title": "NOBLE",
        "default_icon": "icon.png"
    },
    "permissions": [
        "cookies",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "64": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}