Ideal Postcodes Rapid Address Entry Extension
Enable rapid address search and validation on your UK address forms
Ideal Postcodes Rapid Address Entry Extension là gì?
Ideal Postcodes Rapid Address Entry Extension là một tiện ích mở rộng Chrome được phát triển bởi Ideal Postcodes, và tính năng chính của nó là "Enable rapid address search and validation on your UK address forms".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ideal Postcodes Rapid Address Entry Extension
Tải xuống các tệp mở rộng Ideal Postcodes Rapid Address Entry Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Ideal Postcodes Rapid Address Entry Extension |
ID | kcaielcjafclljhnkjmkkookgclkahea |
URL Chính Thức | https://chromewebstore.google.com/detail/ideal-postcodes-rapid-add/kcaielcjafclljhnkjmkkookgclkahea |
Mô tả | Enable rapid address search and validation on your UK address forms |
Kích Thước Tệp | 1.21 MB |
Số Lần Cài Đặt | 792 |
Phiên Bản Hiện Tại | 1.23.2 |
Cập Nhật Lần Cuối | 2024-01-29 |
Ngày Phát Hành | 2020-06-19 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Ideal Postcodes |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://ideal-postcodes.co.uk |
URL Trang Trợ Giúp | https://ideal-postcodes.co.uk/support |
URL Trang Chính Sách Bảo Mật | https://ideal-postcodes.co.uk/termsandconditions |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |