Rollio

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

Cos'è Rollio?

Rollio è un'estensione di Chrome sviluppata da https://rollio.ai, e la sua funzione principale è "Enhance your browser with Rollio. Give back hours of time to sales & service, and start capturing missing & accurate CRM data.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Rollio

Scarica i file di estensione Rollio in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Rollio Rollio
ID hdipjkndmhdjbnijboedfkjahcndeneb
URL Ufficiale https://chromewebstore.google.com/detail/rollio/hdipjkndmhdjbnijboedfkjahcndeneb
Descrizione Enhance your browser with Rollio. Give back hours of time to sales & service, and start capturing missing & accurate CRM data.
Dimensione del File 373 KB
Conteggio Installazioni 557
Versione Corrente 2.2.4
Ultimo Aggiornamento 2022-11-03
Data di Pubblicazione 2020-06-29
Sviluppatore https://rollio.ai
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://rollio.ai/
URL della Pagina di Aiuto https://support-desk.rollio.ai/
URL della Pagina della Politica sulla Privacy https://www.rollio.ai/privacy-policy
Lingue Supportate 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'"
}