SalesUp AI Advisor

Close more deals with the help of Artificial Intelligence

Was ist SalesUp AI Advisor?

SalesUp AI Advisor ist eine Chrome-Erweiterung, die von RealMe entwickelt wurde, und ihr Hauptmerkmal ist "Close more deals with the help of Artificial Intelligence".

Erweiterungsscreenshots

screenshot

SalesUp AI Advisor-Erweiterungs-CRX-Datei herunterladen

Laden Sie SalesUp AI Advisor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name SalesUp AI Advisor SalesUp AI Advisor
ID bbdfdnjabopaaodbgjbklnmjpneajjin
Offizielle URL https://chromewebstore.google.com/detail/salesup-ai-advisor/bbdfdnjabopaaodbgjbklnmjpneajjin
Beschreibung Close more deals with the help of Artificial Intelligence
Dateigröße 947 KB
Installationsanzahl 39
Aktuelle Version 1.33
Letztes Update 2020-05-11
Veröffentlichungsdatum 2020-05-03
Entwickler RealMe
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://realme.us/
Hilfeseite URL https://realme.us/contacts/
URL der Datenschutzrichtlinien-Seite https://realme.us/privacy
Unterstützte Sprachen 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
}