TQ Prospector: Find emails & contacts quickly
Source for contacts on any website, with just one click.
Τι είναι το TQ Prospector: Find emails & contacts quickly;
Το TQ Prospector: Find emails & contacts quickly είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.thunderquote.com, και η κύρια λειτουργία του είναι "Source for contacts on any website, with just one click.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης TQ Prospector: Find emails & contacts quickly
Λήψη αρχείων επέκτασης TQ Prospector: Find emails & contacts quickly σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Automatically turn your Google Search into a tidal wave of contacts from any website, with just one click! Searching tirelessly for leads online? Our prospecting tool helps you to: 1) Accelerate the process of collecting emails and contacts to just 3 clicks 2) Find 10 to 20X as many contacts (e-mails and phone numbers) in the same period of time, 3) Quickly extract emails and contact details of each result from Google Search. You can then add each contact to a list and export it to an Excel™ file. Our extension also allows you to scrape a current active website and instantly find emails and contact details for you to save and export. Visit https://www.thunderquote.com/prospecting-tool/ for more information or simply download this extension and get your first 200 contacts free! ========================= Whats new v2.2.4 - Fixed cases where floating helper buttons might not get attached properly in the Search Results page, as Google seems to have changed their search page layout. v2.2.3 - UX improvements - Changed the default number of google search results per page from 30 to 20 v2.2.1 & v2.2.2 - Fixed cases where floating helper buttons might not get attached properly in the Search Results page v2.2 - Bug fixes - Updated Filter list - Added new export to QuickDesk CRM (https://quickdesk.io) function. More 3rd party integrations are planned in the near future. v2.1.2 - Updated Filter list - Fixed Issue with filter customisations not being applied correctly - Minor usability enhancements v2.1.1 - Minor fixes - Enhanced activation prompt on search page to use filtered search immediately - Added navigational arrows to the top of the search page v2.1.0 - Added new filtered search functionality for the Mass Search function
Βασικές Πληροφορίες Επέκτασης
Όνομα | TQ Prospector: Find emails & contacts quickly |
ID | cgkdjkpmmhmdpdognlhehmmhndlibfng |
Επίσημο URL | https://chromewebstore.google.com/detail/tq-prospector-find-emails/cgkdjkpmmhmdpdognlhehmmhndlibfng |
Περιγραφή | Source for contacts on any website, with just one click. |
Μέγεθος Αρχείου | 1.37 MB |
Αριθμός Εγκαταστάσεων | 350 |
Τρέχουσα Έκδοση | 2.2.4 |
Τελευταία Ενημέρωση | 2019-09-27 |
Ημερομηνία Δημοσίευσης | 2019-09-27 |
Αξιολόγηση | 5.00/5 Συνολικά 47 Αξιολογήσεις |
Προγραμματιστής | https://www.thunderquote.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.thunderquote.com/prospecting-tool/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.thunderquote.com/privacy |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TQ Prospector: Find emails & contacts quickly", "short_name": "TQ Prospector", "version": "2.2.4", "manifest_version": 2, "description": "Source for contacts on any website, with just one click.", "background": { "scripts": [ "background_scripts\/background.js" ] }, "options_page": "pages\/settings.html", "permissions": [ "storage", "activeTab", "https:\/\/www.google.com\/", "contextMenus" ], "externally_connectable": { "matches": [ "*:\/\/*.thunderquote.com\/*" ] }, "browser_action": { "default_popup": "content_scripts\/popup\/popup.html", "default_title": "TQ Prospector", "default_icon": { "16": "icons\/favicon-16x16.png", "24": "icons\/favicon-24x24.png", "32": "icons\/favicon-32x32.png" } }, "icons": { "16": "icons\/favicon-16x16.png", "24": "icons\/favicon-24x24.png", "32": "icons\/favicon-32x32.png", "192": "icons\/android-chrome-192x192.png", "384": "icons\/android-chrome-384x384.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/search*" ], "js": [ "modules\/js\/popper.min.js", "modules\/js\/tooltip.min.js", "content_scripts\/google_search\/content.js", "modules\/js\/fa5.js" ], "css": [ "modules\/css\/tq_bs.css" ] } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtIZtuwbM2Vr1h7I1jwyTibxP0QG8DF18xnAmFPrfrcH90g8W9llFusBoqYvTVeUiuLqM6iIBEiJ6jCq4gmtLMH4\/yoUoet9FCgMd1fii4+gENABU2+Gdks\/XAg35KCjVSco8B9Qk9FqSBD1nUeWe\/g+7C6vondHq7H1Jw5oS553Gz8crsT3V6OLiE\/A\/7zphlHp16sHY\/EF2FZEz9O0LOrnOziKxD7Xl\/5oyOiV4mqdaMPCzpNq3J3EPi6jQ\/l2X6aFRWCLbC7ulIZWhFiUrTu+t2ncidTWhKk\/DkbJjGY7G\/9WrjgBuoW46acn+LGY98PFQYrduyA0ZY2JuKvy5twIDAQAB" } |