noble

Connect your prospects with happy customers they know

nobleคืออะไร?

noble เป็นส่วนขยายของ Chrome ที่พัฒนาโดย noble-extension-publishers และคุณลักษณะหลักของมันคือ "Connect your prospects with happy customers they know"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย noble

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}