Loopio Chrome Extension

Now you can quickly import questionnaires from online portals into the Loopio Platform.

ما هو Loopio Chrome Extension؟

Loopio Chrome Extension هو إضافة Chrome تم تطويرها بواسطة https://www.loopio.com، والميزة الرئيسية لها هي "Now you can quickly import questionnaires from online portals into the Loopio Platform.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Loopio Chrome Extension

قم بتنزيل ملفات الامتداد Loopio Chrome Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Search for and deploy the best answers you need to in any context. Get sales knowledge into the hands of your team, when and where they need it, by easily searching your company’s trusted Content Library.

Respond Effectively:
  • Respond to any question with your best answers from your Loopio Content Library.
  • Access and use full Library entries, and see usage data, alerts, alternate questions, and more.
  • Deliver richer responses with attachments, tables or figures.

Respond Quickly:
  • Search and respond from anywhere: in online portals, emails, Google Suite or Microsoft 365.
  • Highlight content and perform a search with a single mouse click.
  • Generate summaries of any Library entry to respond with the right level of detail and context.

Connected to Your Loopio Instance:
  • Effortlessly kick-off Loopio Projects by importing questions directly from web-based RFPs, Security Questionnaires, and DDQs.
  • Seamlessly export completed Projects back into web-based RFPs, Security Questionnaires, and DDQs.

ABOUT LOOPIO

Loopio’s response management platform helps companies streamline their response process for RFPs, DDQs, Security Questionnaires, and any question that comes their way.

Currently serving over 1,500 companies at world-leading organizations, Loopio enables sales and proposal teams to respond faster, improve response accuracy, and win more business.

The proof is in the numbers—Loopio delivers results:

• 42% decrease in time spent on crafting responses
• 51% increase in the number of responses completed
• 85% win more business

Learn more about the business impact and ROI of Loopio at https://loopio.com/resources/rfp-response-software-roi/                    

معلومات أساسية عن التمديد

الاسم Loopio Chrome Extension Loopio Chrome Extension
ID ecimajhdpmekchahaiomfdacajcehnil
عنوان URL الرسمي https://chromewebstore.google.com/detail/loopio-chrome-extension/ecimajhdpmekchahaiomfdacajcehnil
الوصف Now you can quickly import questionnaires from online portals into the Loopio Platform.
حجم الملف 2.86 MB
عدد التثبيتات 4,322
النسخة الحالية 2.7.4
آخر تحديث 2023-10-24
تاريخ النشر 2020-05-01
تقييم 5.00/5 مجموع تقييمات 2
المطور https://www.loopio.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://support.loopio.com/hc/en-us/articles/360033770114-How-Do-I-Set-Up-the-Chrome-Extension-
عنوان صفحة سياسة الخصوصية https://www.loopio.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Loopio Chrome Extension",
    "version": "2.7.4",
    "description": "Now you can quickly import questionnaires from online portals into the Loopio Platform.",
    "permissions": [
        "activeTab",
        "storage",
        "identity",
        "scripting",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/loopio16.png",
        "32": "images\/loopio32.png",
        "48": "images\/loopio48.png",
        "128": "images\/loopio128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhGkM1tphlGpGVo805fzxHA9JWF0a1mEU2ZBsNhwX9koDYf0acGjmK0W3X4ShsxJG5UH81A0i9UdAXGD8kwUirriIkXQtkNNHFKz7tHZNDNgn2finmxQShQ0GB9ZH3SF9Ag0Qwpf1mkuvT4i6\/XS0jxtLpA8CH6WIlmj\/vZdhjdqoUKrgFkF7+81462pJQ9pIfpJWNFZAiPnsQKoeHycC63aP8YKwQ8fyoSZTp6r+kQcJ9QnjF1I6tgdEBF8olzOI3HskF5zzyk1Ol4H3WNa4f5eaiR7HaH0kZU1Z5Jza4MG4Rj8oIKK8D9i\/8aBqUmekiIQZfJd\/\/SWaGHKC9DB66wIDAQAB",
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "js\/*.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "images\/loopio16.png",
            "32": "images\/loopio32.png",
            "48": "images\/loopio48.png",
            "128": "images\/loopio128.png"
        }
    },
    "host_permissions": [
        "https:\/\/*.loopio.com\/*",
        "https:\/\/*.loopiodev.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/docs.google.com\/document\/*"
            ],
            "all_frames": false,
            "run_at": "document_start",
            "js": [
                "js\/content-script.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.officeapps.live.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "js\/content-script-ms.js"
            ]
        }
    ]
}