noble

Connect your prospects with happy customers they know

Cos'è noble?

noble è un'estensione di Chrome sviluppata da noble-extension-publishers, e la sua funzione principale è "Connect your prospects with happy customers they know".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione noble

Scarica i file di estensione noble in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome noble noble
ID ifijlkhedlcgaffefifnpheooooamici
URL Ufficiale https://chromewebstore.google.com/detail/noble/ifijlkhedlcgaffefifnpheooooamici
Descrizione Connect your prospects with happy customers they know
Dimensione del File 615 KB
Conteggio Installazioni 53
Versione Corrente 1.0.11
Ultimo Aggiornamento 2024-02-13
Data di Pubblicazione 2023-07-18
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore noble-extension-publishers
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.thatsnoble.com/
URL della Pagina della Politica sulla Privacy https://josh6941.wixsite.com/noble/privacy
Lingue Supportate 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"
    }
}