Rocket Whale
Email Anyone - No Contact Information Needed
Τι είναι το Rocket Whale;
Το Rocket Whale είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://rocketwhale.com, και η κύρια λειτουργία του είναι "Email Anyone - No Contact Information Needed".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Rocket Whale
Λήψη αρχείων επέκτασης Rocket Whale σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Rocket Whale combines the tools you use every day with public data to help you find and connect with new people using your real email. Use Rocket Whale for lead generation, prospecting, sales development and business development. * Do Outbound Sales Without Changing Who You Are Rocket Whale is outbound sales software for people doing sales who aren't "salespeople". Generate your own leads without having to cold call. You don’t need to know the right time to call, know how to maneuver past a gatekeeper, be afraid you'll say the wrong thing, or build up a tolerance to rejection. Just email the people you want to talk to. * Automate Your Lead Generation Activities Stop guessing email addresses and get up-to-date contact information. We keep working to get your message through to the recipient, so you don't have to guess email addresses, deal with bounced emails, or update your CRM. Your time is too valuable to spend doing admin work! * Find Content Creators and Increase Event Attendance If you're doing marketing or PR for a trade show, Rocket Whale can help you connect with people in that specific location. You can also find experts or guest bloggers who can help you create content. *** How it works: *** - Search Powerfully - Target your unique audience with a Google-powered search that sources from hundreds of millions of professional social profiles. - Get Your Message Through - Sending a message takes just two clicks. There's no need to guess an email address and we send from your real, actual email account. Our Deliverability Guarantee means you never pay for a message that doesn't get through to your recipient. - Work Rapidly - Regular email clients are too slow and email marketing platforms send thousands of emails at once that are easily marked as spam. Rocket Whale is in the goldilocks zone - customizable templates allow you to work rapidly but still get personal, and automated data entry means there's no admin work. - Track Results - What happens to your message after you click send? Rocket Whale tells you. Instead of going in a black hole, messages are tracked so you'll know what happens and which messages are working.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | holahmolpladfllogkelenbpmkekodbe |
Επίσημο URL | https://chrome.google.com/webstore/detail/rocket-whale/holahmolpladfllogkelenbpmkekodbe |
Περιγραφή | Email Anyone - No Contact Information Needed |
Μέγεθος Αρχείου | 390 KB |
Αριθμός Εγκαταστάσεων | 39 |
Τρέχουσα Έκδοση | 1.0.5 |
Τελευταία Ενημέρωση | 2015-06-05 |
Ημερομηνία Δημοσίευσης | 2015-06-05 |
Αξιολόγηση | 3.67/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | http://rocketwhale.com |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://rocketwhale.com |
Διεύθυνση URL της Σελίδας Βοήθειας | http://help.rocketwhale.com |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rocket Whale", "version": "1.0.5", "manifest_version": 2, "description": "Email Anyone - No Contact Information Needed", "icons": { "16": "icons\/favicon.png", "48": "icons\/favicon.png", "128": "icons\/favicon.png" }, "background": { "scripts": [ "js\/jquery.min.js", "js\/underscore-min.js", "js\/parseuri.js", "src\/constants.js", "src\/background\/operations.js", "src\/background\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/favicon.png", "default_title": "Rocket Whale: Search for people on LinkedIn", "default_popup": "src\/popup\/popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/www.linkedin.com\/*", "https:\/\/www.linkedin.com\/*" ], "css": [ "src\/inject\/common.css", "src\/inject\/linkedin.css" ], "js": [ "js\/jquery.min.js", "js\/moment.min.js", "js\/underscore-min.js", "js\/parseuri.js", "src\/constants.js", "src\/inject\/common.js", "src\/inject\/templates.js", "src\/inject\/linkedin.js" ] }, { "matches": [ "http:\/\/www.google.com\/search*", "http:\/\/www.google.com\/webhp*", "https:\/\/www.google.com\/search*", "https:\/\/www.google.com\/webhp*" ], "css": [ "src\/inject\/common.css", "src\/inject\/google.css" ], "js": [ "js\/jquery.min.js", "js\/moment.min.js", "js\/underscore-min.js", "js\/parseuri.js", "src\/constants.js", "src\/inject\/common.js", "src\/inject\/templates.js", "src\/inject\/google.js" ] }, { "matches": [ "https:\/\/rocketwhale.com\/*", "http:\/\/staging.rocketwhale.com\/*", "http:\/\/dev.rocketwhale.com:3000\/*", "http:\/\/lvh.me:3000\/*" ], "js": [ "js\/jquery.min.js", "js\/underscore-min.js", "js\/parseuri.js", "src\/constants.js", "src\/inject\/common.js", "src\/inject\/rocketwhale.js" ] } ], "permissions": [ "*:\/\/*\/*", "storage", "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "img\/*", "js\/*" ] } |