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ファイルをダウンロード

noble拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}