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?

BackNine's Quote & Apply for Vertafore AMS360是由https://back9ins.com开发的Chrome扩展程序,该扩展的主要功能是“Quote life insurance within Vertafore's AMS360 using BackNine's Quote & Apply. View quotes from 22+ companies and apply online.”。

扩展截图

screenshot
screenshot

下载BackNine's Quote & Apply for Vertafore AMS360扩展crx文件

下载BackNine's Quote & Apply for Vertafore AMS360扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 BackNine's Quote & Apply for Vertafore AMS360 BackNine's Quote & Apply for Vertafore AMS360
ID pkfpknhnoajnafgndghdicimfgjnnpji
官方URL https://chromewebstore.google.com/detail/backnines-quote-apply-for/pkfpknhnoajnafgndghdicimfgjnnpji
简介 Quote life insurance within Vertafore's AMS360 using BackNine's Quote & Apply. View quotes from 22+ companies and apply online.
文件大小 492 KB
安装次数 132
当前版本 1.2.7
更新时间 2021-05-21
上架时间 2020-10-21
开发者 https://back9ins.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://back9ins.com
帮助页面URL https://back9ins.zendesk.com/
隐私政策页面URL https://github.com/back9ins/privacy-policy
支持的语言 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'"
}