Reverse Phone Lookup
Perform completely free reverse phone lookup to get full name and location. By the CallerName.com team.
Vad är Reverse Phone Lookup?
Reverse Phone Lookup är en Chrome-tillägg utvecklad av https://callername.com, och dess huvudfunktion är "Perform completely free reverse phone lookup to get full name and location. By the CallerName.com team.".
Tilläggsskärmbilder
Ladda ner Reverse Phone Lookup-förlängningens CRX-fil
Ladda ner Reverse Phone Lookup-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | oidmmlajgieonojoonmlchkjeciljalf |
| Officiell webbadress | https://chromewebstore.google.com/detail/reverse-phone-lookup/oidmmlajgieonojoonmlchkjeciljalf |
| Beskrivning | Perform completely free reverse phone lookup to get full name and location. By the CallerName.com team. |
| Filstorlek | 162 KB |
| Antal Installationer | 4,380 |
| Aktuell Version | 2.3 |
| Senast Uppdaterad | 2022-10-18 |
| Publiceringsdatum | 2019-08-17 |
| Betyg | 2.80/5 Totalt 10 Betyg |
| Utvecklare | https://callername.com |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://callername.com/privacy-extension |
| Stödda Språk | 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
} | |