Fetchify Address Lookup

Fetchify Address Lookup extension for various systems, including BigCommerce, Shopify, Shopify Plus and Salesforce.

Fetchify Address Lookupคืออะไร?

Fetchify Address Lookup เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ClearCourse Business Services Ltd t/a Fetchify และคุณลักษณะหลักของมันคือ "Fetchify Address Lookup extension for various systems, including BigCommerce, Shopify, Shopify Plus and Salesforce."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fetchify Address Lookup

ดาวน์โหลดไฟล์ส่วนขยาย Fetchify Address Lookup ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This browser extension from Fetchify (previously Crafty Clicks) can be configured to provide 2 different address lookup and validation products.
It adds address search functionality to systems where integration by other means is not possible.

POSTCODE LOOKUP
The de facto solution for address capture and validation in the UK. 
Enter any UK postcode in the search field, click the search button and the drop down will show all the relevant address results for that postcode. Select the required address and the form will immediately be populated with accurate information.

ADDRESS AUTO-COMPLETE
Adds address auto-fill, lookup and validation to address forms for over 240 countries. Can be configured to allow the user to select which postal regions are required for delivery.
The checkout or form experience becomes faster and easier as a customer no longer has to type out their full address. The smart predictive search helps speed up form filling and boosts usability. Every address is verified at the point of entry. Problems due to incorrect or badly typed address data are drastically reduced.
Note: Address Auto-Complete currently only provides functionality for Shopify, Shopify Plus and Salesforce.

GETTING STARTED
In order to use this service, you will need to sign up for an account. You will then receive an access token which will give you access to our service. You need to insert this access token in the configuration options. We offer a 14-day free trial with 100 free searches for testing purposes, but in order to use this plugin on a live site, you must have a paid account with us.
Sign up here - https://fetchify.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Fetchify Address Lookup Fetchify Address Lookup
ID kehijnbocipekohpmldcgdlblmlgfohi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fetchify-address-lookup/kehijnbocipekohpmldcgdlblmlgfohi
คำอธิบาย Fetchify Address Lookup extension for various systems, including BigCommerce, Shopify, Shopify Plus and Salesforce.
ขนาดไฟล์ 893 KB
จำนวนการติดตั้ง 880
เวอร์ชันปัจจุบัน 2.13.0
อัปเดตครั้งล่าสุด 2023-10-31
วันที่เผยแพร่ 2020-06-18
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา ClearCourse Business Services Ltd t/a Fetchify
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://fetchify.com/
URL หน้าช่วยเหลือ https://fetchify.com/contact/
URL หน้านโยบายความเป็นส่วนตัว https://fetchify.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "ClearCourse Business Services Ltd t\/a Fetchify",
    "name": "Fetchify Address Lookup",
    "version": "2.13.0",
    "manifest_version": 2,
    "description": "Fetchify Address Lookup extension for various systems, including BigCommerce, Shopify, Shopify Plus and Salesforce.",
    "browser_action": {
        "default_title": "Fetchify Address Lookup",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/logo.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "options_ui": {
        "page": "config.html",
        "open_in_tab": true
    },
    "permissions": [
        "*:\/\/*\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "js\/jquery.min.js"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jquery.min.js",
                "js\/cc_core.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "css": [
                "css\/integrations\/odoo_crm.css"
            ],
            "js": [
                "js\/integrations\/odoo_crm.js",
                "js\/integrations\/dolibarr.js",
                "js\/integrations\/suite.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "css": [
                "css\/integrations\/shopify.css"
            ],
            "js": [
                "js\/integrations\/shopify.js"
            ],
            "matches": [
                "*:\/\/*.myshopify.com\/admin*",
                "*:\/\/admin.shopify.com\/*"
            ]
        },
        {
            "css": [
                "css\/integrations\/xero.css"
            ],
            "js": [
                "js\/integrations\/xero.js"
            ],
            "matches": [
                "*:\/\/go.xero.com\/*",
                "*:\/\/payroll.xero.com\/*"
            ]
        },
        {
            "css": [
                "css\/integrations\/salesforce_classic.css"
            ],
            "js": [
                "js\/integrations\/salesforce_classic.js"
            ],
            "matches": [
                "*:\/\/*.salesforce.com\/*",
                "*:\/\/*.force.com\/*"
            ]
        },
        {
            "css": [
                "css\/integrations\/salesforce_lightning.css"
            ],
            "js": [
                "js\/cc_c2a_custom.js",
                "js\/integrations\/salesforce_lightning.js"
            ],
            "matches": [
                "*:\/\/*.lightning.salesforce.com\/*",
                "*:\/\/*.lightning.force.com\/*"
            ]
        },
        {
            "all_frames": true,
            "css": [
                "css\/integrations\/netsuite.css"
            ],
            "js": [
                "js\/integrations\/netsuite.js"
            ],
            "matches": [
                "*:\/\/*.netsuite.com\/*"
            ]
        },
        {
            "js": [
                "js\/integrations\/odoo_pos.js"
            ],
            "matches": [
                "*:\/\/*\/pos\/web*",
                "*:\/\/*\/pos\/ui*"
            ]
        },
        {
            "js": [
                "js\/integrations\/bigcommerce.js"
            ],
            "matches": [
                "*:\/\/*.mybigcommerce.com\/manage\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "js\/integrations\/bigcommerce.js"
            ],
            "matches": [
                "*:\/\/*\/manage\/*"
            ]
        },
        {
            "js": [
                "js\/integrations\/inputhealth.js"
            ],
            "matches": [
                "*:\/\/*.inputhealth.com\/*"
            ]
        },
        {
            "css": [
                "css\/integrations\/zoho.css"
            ],
            "js": [
                "js\/integrations\/zoho.js"
            ],
            "matches": [
                "*:\/\/*.zoho.eu\/*",
                "*:\/\/*.zoho.com\/*"
            ]
        },
        {
            "css": [
                "css\/integrations\/karmacrm.css"
            ],
            "js": [
                "js\/integrations\/karmacrm.js"
            ],
            "matches": [
                "*:\/\/app.karmacrm.com\/*"
            ]
        }
    ]
}