Plymouth Rock Assurance Browser Extension

Home Insurance Chrome Extension For Agents

什么是Plymouth Rock Assurance Browser Extension?

Plymouth Rock Assurance Browser Extension是由stsginc开发的Chrome扩展程序,该扩展的主要功能是“Home Insurance Chrome Extension For Agents”。

扩展截图

screenshot
screenshot
screenshot

下载Plymouth Rock Assurance Browser Extension扩展crx文件

下载Plymouth Rock Assurance Browser Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The Plymouth Rock Chrome Extension gives you a quick and easy way to provide instant homeowner quotes right from your agency browser.  The extension sits in the header of the browser.  Clicking on the extension creates a quote widget where you can enter the address to be quoted.  After the premium on the quote returns, you can email your customers the quote that was shown or you may continue to your screens in the Agent Web application to customize the quote. 
The whole process can be completed within just a few seconds.  Try it now.   There are no costs or fees associated with this handy tool and the installation process is simple:  Select our extension in the Chrome Web Store and install.   The only thing you need to indicate – one time only – is your Producer Code for your Agency.                    

扩展基本信息

名称 Plymouth Rock Assurance Browser Extension Plymouth Rock Assurance Browser Extension
ID kdjechmibebcbbjhimimokllajoecble
官方URL https://chromewebstore.google.com/detail/plymouth-rock-assurance-b/kdjechmibebcbbjhimimokllajoecble
简介 Home Insurance Chrome Extension For Agents
文件大小 465 KB
安装次数 502
当前版本 1.0.15
更新时间 2024-01-10
上架时间 2020-02-26
评分 5.00/5 共1次评分
开发者 stsginc
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.plymouthrock.com/
帮助页面URL https://www.plymouthrock.com/
隐私政策页面URL https://www.plymouthrock.com/utility/privacy-policy-popup
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Plymouth Rock Assurance Browser Extension",
    "short_name": "Home Insurance Quotes",
    "version": "1.0.15",
    "author": "Balamurugan Ramakrishnan ",
    "homepage_url": "https:\/\/www.plymouthrock.com",
    "description": "Home Insurance Chrome Extension For Agents",
    "offline_enabled": false,
    "minimum_chrome_version": "88",
    "host_permissions": [
        "*:\/\/*.plymouthrock.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/prac_logo.png"
            ],
            "matches": []
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "action": {
        "default_title": "Plymouth Rock Assurance",
        "default_popup": "page.html",
        "default_icon": {
            "16": "images\/pr16.png",
            "32": "images\/pr32.png",
            "48": "images\/pr48.png",
            "128": "images\/pr128.png"
        }
    },
    "icons": {
        "16": "images\/pr16.png",
        "32": "images\/pr32.png",
        "48": "images\/pr48.png",
        "128": "images\/pr128.png"
    }
}