improver
Improver — find personal emails from social networks. With just one click you'll reveal personal contacts of almost anyone you…
Vad är improver?
improver är en Chrome-tillägg utvecklad av https://improver.io, och dess huvudfunktion är "Improver — find personal emails from social networks. With just one click you'll reveal personal contacts of almost anyone you…".
Tilläggsskärmbilder
Ladda ner improver-förlängningens CRX-fil
Ladda ner improver-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
Improver — find personal emails from social networks. With just one click you'll reveal personal contacts of almost anyone you need. Our data is double-verified and continuously updated. Improver provides a free option: you'll get 3 FREE credits every month 🔥 Please note In order to use this extension you need to create an Improver account with your corporate email.
Grundläggande Information om Tillägg
Namn | improver |
ID | gnnlkejcihagecnbgfjcghecbaemeaho |
Officiell webbadress | https://chromewebstore.google.com/detail/improver/gnnlkejcihagecnbgfjcghecbaemeaho |
Beskrivning | Improver — find personal emails from social networks. With just one click you'll reveal personal contacts of almost anyone you… |
Filstorlek | 99.37 KB |
Antal Installationer | 11,983 |
Aktuell Version | 5.0 |
Senast Uppdaterad | 2022-07-18 |
Publiceringsdatum | 2020-01-28 |
Betyg | 4.43/5 Totalt 35 Betyg |
Utvecklare | https://improver.io |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://improver.io/ |
URL till Sekretesspolicy Sidan | https://improver.io/privacypolicy |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "improver", "version": "5.0", "description": "__MSG_app_description__", "manifest_version": 3, "permissions": [ "tabs", "storage" ], "host_permissions": [ "*:\/\/*.improver.io\/*", "*:\/\/*.linkedin.com\/*" ], "default_locale": "en", "action": { "default_title": "improver", "default_icon": { "19": "images\/icons\/19.png", "38": "images\/icons\/38.png" } }, "icons": { "16": "images\/icons\/16.png", "32": "images\/icons\/32.png", "48": "images\/icons\/48.png", "64": "images\/icons\/64.png", "128": "images\/icons\/128.png" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "run_at": "document_idle", "css": [ "css\/styles.css" ], "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ "\/js\/functions.js", "\/js\/template.js", "\/js\/content.js" ] }, { "matches": [ "*:\/\/*.improver.io\/*" ], "js": [ "\/js\/token.js" ] } ] } |