BackNine's Quote & Apply for Vertafore AMS360

Quote life insurance within Vertafore's AMS360 using BackNine's Quote & Apply. View quotes from 22+ companies and apply online.

BackNine's Quote & Apply for Vertafore AMS360 là gì?

BackNine's Quote & Apply for Vertafore AMS360 là một tiện ích mở rộng Chrome được phát triển bởi https://back9ins.com, và tính năng chính của nó là "Quote life insurance within Vertafore's AMS360 using BackNine's Quote & Apply. View quotes from 22+ companies and apply online.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng BackNine's Quote & Apply for Vertafore AMS360

Tải xuống các tệp mở rộng BackNine's Quote & Apply for Vertafore AMS360 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

                        Quote life insurance within Vertafore's AMS360 using BackNine's Quote & Apply. View quotes from 22+ insurance companies and apply online with DocuSign. Use the data from AMS360 to pre-fill the life insurance application to cross sell life insurance.

Learn about Quote & Apply at https://quoteandapply.io.                    

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

Tên BackNine's Quote & Apply for Vertafore AMS360 BackNine's Quote & Apply for Vertafore AMS360
ID pkfpknhnoajnafgndghdicimfgjnnpji
URL Chính Thức https://chromewebstore.google.com/detail/backnines-quote-apply-for/pkfpknhnoajnafgndghdicimfgjnnpji
Mô tả Quote life insurance within Vertafore's AMS360 using BackNine's Quote & Apply. View quotes from 22+ companies and apply online.
Kích Thước Tệp 492 KB
Số Lần Cài Đặt 132
Phiên Bản Hiện Tại 1.2.7
Cập Nhật Lần Cuối 2021-05-21
Ngày Phát Hành 2020-10-21
Nhà Phát Triển https://back9ins.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://back9ins.com
URL Trang Trợ Giúp https://back9ins.zendesk.com/
URL Trang Chính Sách Bảo Mật https://github.com/back9ins/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BackNine's Quote & Apply for Vertafore AMS360",
    "version": "1.2.7",
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/www.ams360.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "description": "Quote life insurance within Vertafore's AMS360 using BackNine's Quote & Apply. View quotes from 22+ companies and apply online.",
    "manifest_version": 2,
    "web_accessible_resources": [
        "icons\/logo128.png"
    ],
    "permissions": [
        "declarativeContent",
        "storage",
        "tabs",
        "https:\/\/wsapi.ams360.com\/v3\/WSAPIService.svc"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_title": "Click here to open menu",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "icons\/logo16.png",
            "32": "icons\/logo32.png",
            "48": "icons\/logo48.png",
            "128": "icons\/logo128.png"
        }
    },
    "icons": {
        "16": "icons\/logo16.png",
        "32": "icons\/logo32.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-c1JreYShlMMJi4faAW+GZA72\/5k9e7K+6sGQ2nOh9V4='; object-src 'self'"
}