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
电子邮箱 [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"
    }
}