noble

Connect your prospects with happy customers they know

Was ist noble?

noble ist eine Chrome-Erweiterung, die von noble-extension-publishers entwickelt wurde, und ihr Hauptmerkmal ist "Connect your prospects with happy customers they know".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

noble-Erweiterungs-CRX-Datei herunterladen

Laden Sie noble-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name noble noble
ID ifijlkhedlcgaffefifnpheooooamici
Offizielle URL https://chromewebstore.google.com/detail/noble/ifijlkhedlcgaffefifnpheooooamici
Beschreibung Connect your prospects with happy customers they know
Dateigröße 615 KB
Installationsanzahl 53
Aktuelle Version 1.0.11
Letztes Update 2024-02-13
Veröffentlichungsdatum 2023-07-18
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler noble-extension-publishers
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.thatsnoble.com/
URL der Datenschutzrichtlinien-Seite https://josh6941.wixsite.com/noble/privacy
Unterstützte Sprachen 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"
    }
}