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
公式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
Eメール [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
}