SalesUp AI Advisor

Close more deals with the help of Artificial Intelligence

什麼是SalesUp AI Advisor?

SalesUp AI Advisor是由RealMe開發的Chrome擴展程式,該擴展的主要功能是“Close more deals with the help of Artificial Intelligence”。

擴展截圖

screenshot

下載SalesUp AI Advisor擴展crx文件

下載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
官方網址 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
}