Rollio

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

O que é Rollio?

Rollio é uma extensão do Chrome desenvolvida por https://rollio.ai, e sua principal característica é "Enhance your browser with Rollio. Give back hours of time to sales & service, and start capturing missing & accurate CRM data.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Rollio

Baixe arquivos de extensão Rollio no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Rollio Rollio
ID hdipjkndmhdjbnijboedfkjahcndeneb
URL Oficial https://chromewebstore.google.com/detail/rollio/hdipjkndmhdjbnijboedfkjahcndeneb
Descrição Enhance your browser with Rollio. Give back hours of time to sales & service, and start capturing missing & accurate CRM data.
Tamanho do Arquivo 373 KB
Contagem de Instalações 557
Versão Atual 2.2.4
Última Atualização 2022-11-03
Data de Publicação 2020-06-29
Desenvolvedor https://rollio.ai
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://rollio.ai/
URL da Página de Ajuda https://support-desk.rollio.ai/
URL da Página de Política de Privacidade https://www.rollio.ai/privacy-policy
Idiomas Suportados 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'"
}