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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance your browser with Rollio. Give back hours of time to sales & service, and start capturing missing & accurate CRM data."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Rollio एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}