RFP360 Knowledge Management Extension

Complete online information requests in record time by putting all of the knowledge you manage in RFP360 at your fingertips.

RFP360 Knowledge Management Extension là gì?

RFP360 Knowledge Management Extension là một tiện ích mở rộng Chrome được phát triển bởi https://rfp360.com, và tính năng chính của nó là "Complete online information requests in record time by putting all of the knowledge you manage in RFP360 at your fingertips.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng RFP360 Knowledge Management Extension

Tải xuống các tệp mở rộng RFP360 Knowledge Management Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Complete online information requests in record time.

As more and more information requests are handled online, you and others in your organization need a more simple way to find, copy and paste the latest and greatest answers to questions. Whether you are responding to an RFP, an RFI, a security questionnaire or any other kind of information request, our extension delivers exactly what you need — in the context of what you’re working on. 

Just click our button in the browser’s toolbar to access all of the knowledge you manage in RFP360. Within seconds, you can quickly find the right answer and paste it into any questionnaire, assessment or form field or text box. Here are a few ways you can use it:
Proposals: Pull expert answers from your knowledge base directly into request forms 
IT and compliance: Finish online risk assessments quickly without leaving the browser
Sales and marketing: Grab the latest corporate messaging when filling out online listings
Security: Complete more web-based security questionnaires without having to add staff 
Packed with benefits by design.

Because knowledge is at the center of RFP360’s platform, you have a unique opportunity to save time, effort and much more:

Mitigate risk
Confidently ensure only current, approved content gets used.

Avoid hassles
Quickly respond to online requests in just a few, simple steps.

Share knowledge
Easily make knowledge available to everyone who needs it.

Improve outcomes
Always put forward the perfect answer for every question.

Eliminate rework
Simply insert the right information from a single source of truth.

Reduce costs
Cost-effectively extend RFP360 to an unlimited number of users. 

The RFP360 knowledge management extension requires a valid RFP360 subscription and an active knowledge base of content. Additional purchases may be required. 

For more information, visit our website: https://www.rfp360.com/respond-to-rfps.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RFP360 Knowledge Management Extension RFP360 Knowledge Management Extension
ID adpjjmehifpgpodglmbikjiacifdclig
URL Chính Thức https://chromewebstore.google.com/detail/rfp360-knowledge-manageme/adpjjmehifpgpodglmbikjiacifdclig
Mô tả Complete online information requests in record time by putting all of the knowledge you manage in RFP360 at your fingertips.
Kích Thước Tệp 315 KB
Số Lần Cài Đặt 189
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2021-08-18
Ngày Phát Hành 2020-03-14
Đánh Giá 2.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://rfp360.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.responsive.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RFP360 Knowledge Management Extension",
    "version": "0.0.4",
    "description": "Complete online information requests in record time by putting all of the knowledge you manage in RFP360 at your fingertips.",
    "web_accessible_resources": [
        "main.js",
        "main.css",
        "assets\/*"
    ],
    "browser_action": {
        "default_title": "RFP360 Knowledge Management",
        "default_icon": {
            "16": "assets\/icon-16.png",
            "32": "assets\/icon-32.png",
            "64": "assets\/icon-64.png",
            "128": "assets\/icon-128.png"
        }
    },
    "icons": {
        "16": "assets\/icon-16.png",
        "32": "assets\/icon-32.png",
        "64": "assets\/icon-64.png",
        "128": "assets\/icon-128.png",
        "256": "assets\/icon-256.png",
        "512": "assets\/icon-512.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "css": [
                "main.css"
            ],
            "js": [
                "main.js",
                "vendor.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "Search Your RFP360 Knowledge Base"
        }
    },
    "manifest_version": 2
}