SalesUp AI Advisor

Close more deals with the help of Artificial Intelligence

SalesUp AI Advisorคืออะไร?

SalesUp AI Advisor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RealMe และคุณลักษณะหลักของมันคือ "Close more deals with the help of Artificial Intelligence"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย SalesUp AI Advisor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Let understanding of a customer be your advantage in online sales. 
Effective sales techniques and state-of-art computer technologies are combined in SalesUp.AI. 
Increase your sales in the era of online meetings!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SalesUp AI Advisor SalesUp AI Advisor
ID bbdfdnjabopaaodbgjbklnmjpneajjin
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/salesup-ai-advisor/bbdfdnjabopaaodbgjbklnmjpneajjin
คำอธิบาย Close more deals with the help of Artificial Intelligence
ขนาดไฟล์ 947 KB
จำนวนการติดตั้ง 39
เวอร์ชันปัจจุบัน 1.33
อัปเดตครั้งล่าสุด 2020-05-11
วันที่เผยแพร่ 2020-05-03
ผู้พัฒนา RealMe
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://realme.us/
URL หน้าช่วยเหลือ https://realme.us/contacts/
URL หน้านโยบายความเป็นส่วนตัว https://realme.us/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SalesUp AI Advisor",
    "version": "1.33",
    "description": "Close more deals with the help of Artificial Intelligence",
    "permissions": [
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "tabs",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "images\/*.png",
        "images\/*.mov",
        "data\/*.json",
        "data\/locales\/*.json",
        "popup\/popup.html",
        "contentScript\/images\/*.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "contentScript\/contentStyle.css"
            ],
            "js": [
                "contentScript\/contentScript.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "SalesUp AI Advisor",
        "default_popup": "n-popup\/n-popup.html"
    },
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "commands": {
        "toggle-feature": {
            "suggested_key": {
                "default": "Ctrl+Q",
                "windows": "Ctrl+Q",
                "mac": "MacCtrl+Q"
            },
            "description": "Toggle feature"
        }
    },
    "manifest_version": 2
}