Reverse Phone Lookup

Perform completely free reverse phone lookup to get full name and location. By the CallerName.com team.

Что такое Reverse Phone Lookup?

Reverse Phone Lookup - это расширение Chrome, разработанное https://callername.com, и его основная функция - "Perform completely free reverse phone lookup to get full name and location. By the CallerName.com team.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Reverse Phone Lookup

Скачайте файлы расширений Reverse Phone Lookup в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        The easy-to-use and streamlined interface allow users to look up the Caller ID information of any number quickly. You need not pay nor register to use this 100% free service.

This extension only works with North American (+1) phone numbers.                    

Основная информация о расширении

Название Reverse Phone Lookup Reverse Phone Lookup
ID oidmmlajgieonojoonmlchkjeciljalf
Официальный URL https://chromewebstore.google.com/detail/reverse-phone-lookup/oidmmlajgieonojoonmlchkjeciljalf
Описание Perform completely free reverse phone lookup to get full name and location. By the CallerName.com team.
Размер файла 162 KB
Количество установок 4,380
Текущая Версия 2.3
Последнее Обновление 2022-10-18
Дата публикации 2019-08-17
Рейтинг 2.80/5 Всего 10 оценок
Разработчик https://callername.com
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://callername.com/privacy-extension
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reverse Phone Lookup",
    "version": "2.3",
    "description": "Perform completely free reverse phone lookup to get full name and location. By the CallerName.com team.",
    "permissions": [
        "storage",
        "https:\/\/callername.com\/",
        "https:\/\/api.callername.com\/"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon_x16.png",
            "32": "img\/icon_x32.png",
            "48": "img\/icon_x48.png",
            "128": "img\/icon_x128.png"
        }
    },
    "icons": {
        "16": "img\/icon_x16.png",
        "32": "img\/icon_x32.png",
        "48": "img\/icon_x48.png",
        "128": "img\/icon_x128.png"
    },
    "manifest_version": 2
}