PersistIQ

PersistIQ Chrome Extension

What is PersistIQ?

PersistIQ is a Chrome extension developed by https://persistiq.com, and its main feature is "PersistIQ Chrome Extension".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download PersistIQ Extension CRX File

Download PersistIQ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name PersistIQ PersistIQ
ID hpcngghimfmpchgofjkmgmijcgjamfge
Official URL https://chromewebstore.google.com/detail/persistiq/hpcngghimfmpchgofjkmgmijcgjamfge
Description PersistIQ Chrome Extension
File Size 385 KB
Installation Count 1,425
Current Version 1.7.8
Last Updated 2023-09-26
Publish Date 2020-05-13
Rating 4.50/5 Total 14 Ratings
Developer https://persistiq.com
Email [email protected]
Payment Type free
Extension Website http://persistiq.com
Help Page URL http://help.persistiq.com
Privacy Policy Page URL https://www.persistiq.com/privacy
Supported Languages 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"
    ]
}