noble

Connect your prospects with happy customers they know

Wat is noble?

noble is een Chrome-extensie ontwikkeld door noble-extension-publishers, en de belangrijkste functie is "Connect your prospects with happy customers they know".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie noble

Download noble-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam noble noble
ID ifijlkhedlcgaffefifnpheooooamici
Officiële URL https://chromewebstore.google.com/detail/noble/ifijlkhedlcgaffefifnpheooooamici
Beschrijving Connect your prospects with happy customers they know
Bestandsgrootte 615 KB
Aantal Installaties 53
Huidige Versie 1.0.11
Laatst Bijgewerkt 2024-02-13
Publicatiedatum 2023-07-18
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar noble-extension-publishers
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.thatsnoble.com/
URL van de Privacybeleid Pagina https://josh6941.wixsite.com/noble/privacy
Ondersteunde Talen 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"
    }
}