Rollio

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

什麼是Rollio?

Rollio是由https://rollio.ai開發的Chrome擴展程式,該擴展的主要功能是“Enhance your browser with Rollio. Give back hours of time to sales & service, and start capturing missing & accurate CRM data.”。

擴展截圖

screenshot
screenshot
screenshot

下載Rollio擴展crx文件

下載Rollio擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Rollio Rollio
ID hdipjkndmhdjbnijboedfkjahcndeneb
官方網址 https://chromewebstore.google.com/detail/rollio/hdipjkndmhdjbnijboedfkjahcndeneb
簡介 Enhance your browser with Rollio. Give back hours of time to sales & service, and start capturing missing & accurate CRM data.
檔案大小 373 KB
安裝次數 557
目前版本 2.2.4
更新時間 2022-11-03
上架時間 2020-06-29
開發者 https://rollio.ai
電子郵箱 [email protected]
付費類型 free
擴展官網 https://rollio.ai/
說明頁面URL https://support-desk.rollio.ai/
隱私政策頁面URL https://www.rollio.ai/privacy-policy
支援的語言 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'"
}