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 هو إضافة Chrome تم تطويرها بواسطة https://back9ins.com، والميزة الرئيسية لها هي "Quote life insurance within Vertafore's AMS360 using BackNine's Quote & Apply. View quotes from 22+ companies and apply online.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة BackNine's Quote & Apply for Vertafore AMS360
قم بتنزيل ملفات الامتداد BackNine's Quote & Apply for Vertafore AMS360 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة المساعدة | https://back9ins.zendesk.com/ |
| عنوان صفحة سياسة الخصوصية | 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'"
} | |