noble

Connect your prospects with happy customers they know

O que é noble?

noble é uma extensão do Chrome desenvolvida por noble-extension-publishers, e sua principal característica é "Connect your prospects with happy customers they know".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão noble

Baixe arquivos de extensão noble no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome noble noble
ID ifijlkhedlcgaffefifnpheooooamici
URL Oficial https://chromewebstore.google.com/detail/noble/ifijlkhedlcgaffefifnpheooooamici
Descrição Connect your prospects with happy customers they know
Tamanho do Arquivo 615 KB
Contagem de Instalações 53
Versão Atual 1.0.11
Última Atualização 2024-02-13
Data de Publicação 2023-07-18
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor noble-extension-publishers
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.thatsnoble.com/
URL da Página de Política de Privacidade https://josh6941.wixsite.com/noble/privacy
Idiomas Suportados 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"
    }
}