Ideal Postcodes Rapid Address Entry Extension

Enable rapid address search and validation on your UK address forms

Ideal Postcodes Rapid Address Entry Extension란 무엇입니까?

Ideal Postcodes Rapid Address Entry Extension은(는) Ideal Postcodes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enable rapid address search and validation on your UK address forms"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Ideal Postcodes Rapid Address Entry Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Add UK address validation, like address autocompletion and postcode lookup to popular web applications. 

Works with
- Zoho CRM
- Sage
- Odoo 
- Shopwired (Admin Orders, Customers)
- BigCommerce (Admin Dashboard)
- Salesforce Lightning (including Custom Objects)
- Really Simple Systems CRM
- Microsoft Dynamics 365
- HubSpot
- QuickBooks

Contact us to request more integrations                    

확장 프로그램 기본 정보

이름 Ideal Postcodes Rapid Address Entry Extension Ideal Postcodes Rapid Address Entry Extension
ID kcaielcjafclljhnkjmkkookgclkahea
공식 URL https://chromewebstore.google.com/detail/ideal-postcodes-rapid-add/kcaielcjafclljhnkjmkkookgclkahea
설명 Enable rapid address search and validation on your UK address forms
파일 크기 1.21 MB
설치 횟수 792
현재 버전 1.23.2
최근 업데이트 2024-01-29
출시 날짜 2020-06-19
평점 5.00/5 총 2 개의 평점
개발자 Ideal Postcodes
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ideal-postcodes.co.uk
도움말 페이지 URL https://ideal-postcodes.co.uk/support
개인정보 보호 정책 페이지 URL https://ideal-postcodes.co.uk/termsandconditions
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ideal Postcodes Rapid Address Entry Extension",
    "description": "Enable rapid address search and validation on your UK address forms",
    "version": "1.23.2",
    "browser_specific_settings": {
        "gecko": {
            "id": "{b1719c01-34a0-4f40-81ab-c8937ce3b4b9}"
        }
    },
    "action": {
        "default_icon": "icon-16.png",
        "browser_style": false,
        "default_title": "Ideal Postcodes",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "browser_style": false,
        "open_in_tab": true,
        "permissions": [
            "storage"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.hubspot.com\/*"
            ],
            "js": [
                "hubspot\/content.js"
            ],
            "css": [],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.dynamics.com\/*"
            ],
            "js": [
                "dynamics\/content.js"
            ],
            "css": []
        },
        {
            "matches": [
                "*:\/\/*.reallysimplesystems.com\/*"
            ],
            "js": [
                "rscrm\/content.js"
            ],
            "css": []
        },
        {
            "matches": [
                "*:\/\/*.lightning.force.com\/*",
                "*:\/\/*.salesforce.com\/*"
            ],
            "js": [
                "salesforce\/content.js"
            ],
            "css": []
        },
        {
            "matches": [
                "*:\/\/*.mybigcommerce.com\/*"
            ],
            "js": [
                "bigcommerce\/content.js"
            ],
            "css": [],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.zoho.eu\/*",
                "*:\/\/*.zoho.com\/*"
            ],
            "js": [
                "zoho\/content.js"
            ],
            "css": [],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.sageone.com\/*"
            ],
            "js": [
                "sage\/content.js"
            ],
            "css": []
        },
        {
            "matches": [
                "*:\/\/*.odoo.com\/*",
                "*:\/\/*.amode.uk\/*",
                "*:\/\/*.opusvl.com\/*",
                "*:\/\/*.visiontrack.com\/*",
                "*:\/\/*.rock-unique.com\/*",
                "*:\/\/*.westminsterstone.com\/*",
                "*:\/\/*.odoo.sh\/*"
            ],
            "js": [
                "odoo\/content.js"
            ],
            "css": []
        },
        {
            "matches": [
                "*:\/\/v5.shopwired.co.uk\/*",
                "*:\/\/*.myshopwired.uk\/*"
            ],
            "js": [
                "shopwired\/content.js"
            ],
            "css": []
        },
        {
            "matches": [
                "*:\/\/*.intuit.com\/*",
                "*:\/\/app.qbo.intuit.com\/*",
                "*:\/\/quickbooks.yourpayroll.co.uk\/*"
            ],
            "js": [
                "quickbook\/content.js"
            ],
            "css": [],
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/v5.shopwired.co.uk\/*",
                "*:\/\/*.myshopwired.uk\/*",
                "*:\/\/*.odoo.com\/*",
                "*:\/\/*.amode.uk\/*",
                "*:\/\/*.opusvl.com\/*",
                "*:\/\/*.sageone.com\/*",
                "*:\/\/crm.zoho.eu\/*",
                "*:\/\/crm.zoho.com\/*",
                "*:\/\/*.mybigcommerce.com\/*",
                "*:\/\/*.lightning.force.com\/*",
                "*:\/\/*.salesforce.com\/*",
                "*:\/\/*.reallysimplesystems.com\/*",
                "*:\/\/*.dynamics.com\/*",
                "*:\/\/*.hubspot.com\/*",
                "*:\/\/*.intuit.com\/*",
                "*:\/\/app.qbo.intuit.com\/*",
                "*:\/\/quickbooks.yourpayroll.co.uk\/*"
            ],
            "js": [
                "custom\/content.js"
            ],
            "css": []
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "scripting",
        "activeTab",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "host_permissions": [
        "*:\/\/*.salesforce.com\/*",
        "*:\/\/*.force.com\/*",
        "*:\/\/*.lightning.force.com\/*"
    ]
}