noble

Connect your prospects with happy customers they know

noble란 무엇입니까?

noble은(는) noble-extension-publishers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Connect your prospects with happy customers they know"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

noble 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 noble noble
ID ifijlkhedlcgaffefifnpheooooamici
공식 URL https://chromewebstore.google.com/detail/noble/ifijlkhedlcgaffefifnpheooooamici
설명 Connect your prospects with happy customers they know
파일 크기 615 KB
설치 횟수 53
현재 버전 1.0.11
최근 업데이트 2024-02-13
출시 날짜 2023-07-18
평점 5.00/5 총 4 개의 평점
개발자 noble-extension-publishers
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.thatsnoble.com/
개인정보 보호 정책 페이지 URL https://josh6941.wixsite.com/noble/privacy
지원되는 언어 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"
    }
}