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
官方網址 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'"
}