SalesUp AI Advisor

Close more deals with the help of Artificial Intelligence

SalesUp AI Advisor là gì?

SalesUp AI Advisor là một tiện ích mở rộng Chrome được phát triển bởi RealMe, và tính năng chính của nó là "Close more deals with the help of Artificial Intelligence".

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

screenshot

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

Tải xuống các tệp mở rộng SalesUp AI Advisor 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

                        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!                    

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

Tên SalesUp AI Advisor SalesUp AI Advisor
ID bbdfdnjabopaaodbgjbklnmjpneajjin
URL Chính Thức https://chromewebstore.google.com/detail/salesup-ai-advisor/bbdfdnjabopaaodbgjbklnmjpneajjin
Mô tả Close more deals with the help of Artificial Intelligence
Kích Thước Tệp 947 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 1.33
Cập Nhật Lần Cuối 2020-05-11
Ngày Phát Hành 2020-05-03
Nhà Phát Triển RealMe
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://realme.us/
URL Trang Trợ Giúp https://realme.us/contacts/
URL Trang Chính Sách Bảo Mật https://realme.us/privacy
Ngôn Ngữ Được Hỗ Trợ 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
}