noble

Connect your prospects with happy customers they know

Hvad er noble?

noble er en Chrome-udvidelse udviklet af noble-extension-publishers, og dens hovedfunktion er "Connect your prospects with happy customers they know".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download noble-udvidelses-CRX-fil

Download noble-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn noble noble
ID ifijlkhedlcgaffefifnpheooooamici
Officiel URL https://chromewebstore.google.com/detail/noble/ifijlkhedlcgaffefifnpheooooamici
Beskrivelse Connect your prospects with happy customers they know
Filstørrelse 615 KB
Antal Installationer 53
Nuværende Version 1.0.11
Senest Opdateret 2024-02-13
Udgivelsesdato 2023-07-18
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler noble-extension-publishers
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.thatsnoble.com/
URL til Fortrolighedspolitik Side https://josh6941.wixsite.com/noble/privacy
Understøttede Sprog 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"
    }
}