Rollio

Enhance your browser with Rollio. Give back hours of time to sales & service, and start capturing missing & accurate CRM data.

¿Qué es Rollio?

Rollio es una extensión de Chrome desarrollada por https://rollio.ai, y su función principal es "Enhance your browser with Rollio. Give back hours of time to sales & service, and start capturing missing & accurate CRM data.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Rollio

Descarga archivos de extensión Rollio en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Say “Hello” to your new assistant. Rollio™ works with your CRM, including Salesforce™ and SAP Cloud for Customers™, allowing you to text your CRM, rather than waste time filling out clunky forms. Send a text, and Rollio will break up your message and put every piece of data into the appropriate fields.                    

Información Básica de la Extensión

Nombre Rollio Rollio
ID hdipjkndmhdjbnijboedfkjahcndeneb
URL Oficial https://chromewebstore.google.com/detail/rollio/hdipjkndmhdjbnijboedfkjahcndeneb
Descripción Enhance your browser with Rollio. Give back hours of time to sales & service, and start capturing missing & accurate CRM data.
Tamaño del Archivo 373 KB
Cantidad de Instalaciones 557
Versión Actual 2.2.4
Última Actualización 2022-11-03
Fecha de Publicación 2020-06-29
Desarrollador https://rollio.ai
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://rollio.ai/
URL de la Página de Ayuda https://support-desk.rollio.ai/
URL de la Página de Política de Privacidad https://www.rollio.ai/privacy-policy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rollio",
    "version": "2.2.4",
    "manifest_version": 2,
    "description": "Enhance your browser with Rollio. Give back hours of time to sales & service, and start capturing missing & accurate CRM data.",
    "web_accessible_resources": [
        "entry.js",
        "assets\/notification-icon.png"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "icons": {
        "128": "assets\/store-icon.png"
    },
    "browser_action": {
        "default_title": "Rollio",
        "default_icon": {
            "16": "assets\/icon16.png",
            "32": "assets\/icon32.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        }
    },
    "permissions": [
        "*:\/\/*\/*",
        "activeTab",
        "alarms",
        "contextMenus",
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "notifications"
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'"
}