Unlimited Map Leads

Get Unlimited Verified Maps Leads With The Click Of A Button From Google Map.

Unlimited Map Leads란 무엇입니까?

Unlimited Map Leads은(는) http://unlimitedmapsleads.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get Unlimited Verified Maps Leads With The Click Of A Button From Google Map."입니다.

확장 프로그램 스크린샷

screenshot

Unlimited Map Leads 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Are you looking for potential leads? If yes then this tool is going to give you Unlimited Maps Leads within few seconds with the click of a button. You will get your lead's email id and phone number in which ever way you want. You can download all the leads as a csv or even you can send them to any web hook and can make your automation. Not only that you can verify your leads email addresses too.                    

확장 프로그램 기본 정보

이름 Unlimited Map Leads Unlimited Map Leads
ID gicgcjjfjeonfnecaiahnlfmlaapkeal
공식 URL https://chrome.google.com/webstore/detail/unlimited-map-leads/gicgcjjfjeonfnecaiahnlfmlaapkeal
설명 Get Unlimited Verified Maps Leads With The Click Of A Button From Google Map.
파일 크기 592 KB
설치 횟수 120
현재 버전 1.1.11
최근 업데이트 2022-03-11
출시 날짜 2021-07-09
개발자 http://unlimitedmapsleads.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.unlimitedmapsleads.io
개인정보 보호 정책 페이지 URL https://www.tier5.us/chrome-extension-privacy-policies.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unlimited Map Leads",
    "description": "Get Unlimited Verified Maps Leads With The Click Of A Button From Google Map.",
    "version": "1.1.11",
    "short_name": "UML",
    "browser_action": {
        "default_title": "Unlimited Map Leads"
    },
    "icons": {
        "16": "images\/1625688273502-smallLogo.png",
        "48": "images\/1625688273589-mediumLogo.png",
        "128": "images\/1625688273638-largeLogo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.google.com\/maps\/search*",
                "*:\/\/*.google.co.in\/maps\/search*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/helper.js",
                "js\/content_place.js"
            ],
            "css": [
                "assets\/jquery.toast.min.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/helper.js",
            "js\/services.js",
            "js\/vendor.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "*:\/\/api.unlimitedmapsleads.io\/*",
        "*:\/\/api.tomba.io\/v1\/domain-search\/*",
        "*:\/\/google.com\/search?*"
    ],
    "web_accessible_resources": [
        "images\/*",
        "assets\/*",
        "js\/*"
    ]
}