noble

Connect your prospects with happy customers they know

noble là gì?

noble là một tiện ích mở rộng Chrome được phát triển bởi noble-extension-publishers, và tính năng chính của nó là "Connect your prospects with happy customers they know".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng noble

Tải xuống các tệp mở rộng noble dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên noble noble
ID ifijlkhedlcgaffefifnpheooooamici
URL Chính Thức https://chromewebstore.google.com/detail/noble/ifijlkhedlcgaffefifnpheooooamici
Mô tả Connect your prospects with happy customers they know
Kích Thước Tệp 615 KB
Số Lần Cài Đặt 53
Phiên Bản Hiện Tại 1.0.11
Cập Nhật Lần Cuối 2024-02-13
Ngày Phát Hành 2023-07-18
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển noble-extension-publishers
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.thatsnoble.com/
URL Trang Chính Sách Bảo Mật https://josh6941.wixsite.com/noble/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}