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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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'"
}