PersistIQ

PersistIQ Chrome Extension

Τι είναι το PersistIQ;

Το PersistIQ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://persistiq.com, και η κύρια λειτουργία του είναι "PersistIQ Chrome Extension".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης PersistIQ

Λήψη αρχείων επέκτασης PersistIQ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        PersistIQ Sales Email AI

SDRs & AEs can instantly write highly-effective sales email follow-ups & replies using AI, saving hours per week.

You can provide PersistIQ with details about your product/service, pricing, and sales process to learn how to write perfect emails.

PersistIQ Sales Email Ai works natively in your Gmail Inbox.



#More Features:
1. Prospecting for new accounts and people on any website
2. Updating your CRM from any website
3. Communicating with prospects using personalized emails and multi-touch sales campaigns

##Features:
1/ Email finder
Find anyone’s email by entering their first name, last name, domain.
The extension automatically searches Salesforce and PersistIQ for you. If the email does not exist, create a new lead or contact with one click. 

2/ PersistIQ
Access PersistIQ from any website, including Gmail, LinkedIn, Salesforce, and more. Add new prospects to your sales campaigns to send personalized messages with multiple follow ups. 

3/ Salesforce
Access Salesforce from any website. 
Easily search, create, or update records. For example, you could be on a target company website and you want to know if the account already exists in Salesforce. Easily search Salesforce from the site you are on. No more switching tabs. If the company doesn’t exist, create it right from the extension. 

4/ Salesforce Push
Push leads and contacts directly from Salesforce into your PersistIQ campaigns without having to export and import data. 

The Salesforce functionality is similar to what you would find in paid solutions like Cirrus Insights, Groove, Salesforce Inbox, and more. The big differences are:
1. PersistIQ is available on any website, not just your email inbox.
2. PersistIQ gives you additional tools, like an email finder and sales campaigns
3. The extension is free to use.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα PersistIQ PersistIQ
ID hpcngghimfmpchgofjkmgmijcgjamfge
Επίσημο URL https://chromewebstore.google.com/detail/persistiq/hpcngghimfmpchgofjkmgmijcgjamfge
Περιγραφή PersistIQ Chrome Extension
Μέγεθος Αρχείου 385 KB
Αριθμός Εγκαταστάσεων 1,425
Τρέχουσα Έκδοση 1.7.8
Τελευταία Ενημέρωση 2023-09-26
Ημερομηνία Δημοσίευσης 2020-05-13
Αξιολόγηση 4.50/5 Συνολικά 14 Αξιολογήσεις
Προγραμματιστής https://persistiq.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://persistiq.com
Διεύθυνση URL της Σελίδας Βοήθειας http://help.persistiq.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.persistiq.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PersistIQ",
    "version": "1.7.8",
    "manifest_version": 2,
    "description": "PersistIQ Chrome Extension",
    "homepage_url": "http:\/\/www.persistiq.com\/",
    "icons": {
        "16": "icons\/piq-icon-16px.png",
        "48": "icons\/piq-icon-48px.png",
        "128": "icons\/piq-icon-128px.png"
    },
    "default_locale": "en",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/persistiq.com\/*",
        "https:\/\/mail.google.com\/*",
        "https:\/\/*.googleusercontent.com\/proxy\/*",
        "",
        "activeTab",
        "tabs",
        "notifications"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'unsafe-inline' webpack:\/\/; object-src 'self' webpack:\/\/",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/piq-icon-16px.png",
            "48": "icons\/piq-icon-48px.png",
            "128": "icons\/piq-icon-128px.png"
        }
    },
    "commands": {
        "toggle-send-email": {
            "suggested_key": {
                "default": "Ctrl+K",
                "mac": "Command+K"
            },
            "description": "Quickly send an email"
        }
    },
    "web_accessible_resources": [
        "asideWrapper.html",
        "handle.html"
    ]
}