Rollio

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

ما هو Rollio؟

Rollio هو إضافة Chrome تم تطويرها بواسطة https://rollio.ai، والميزة الرئيسية لها هي "Enhance your browser with Rollio. Give back hours of time to sales & service, and start capturing missing & accurate CRM data.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Rollio

قم بتنزيل ملفات الامتداد Rollio بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة https://support-desk.rollio.ai/
عنوان صفحة سياسة الخصوصية 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'"
}