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
官方網址 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"
    }
}