PersistIQ

PersistIQ Chrome Extension

Hvad er PersistIQ?

PersistIQ er en Chrome-udvidelse udviklet af https://persistiq.com, og dens hovedfunktion er "PersistIQ Chrome Extension".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download PersistIQ-udvidelses-CRX-fil

Download PersistIQ-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn PersistIQ PersistIQ
ID hpcngghimfmpchgofjkmgmijcgjamfge
Officiel URL https://chromewebstore.google.com/detail/persistiq/hpcngghimfmpchgofjkmgmijcgjamfge
Beskrivelse PersistIQ Chrome Extension
Filstørrelse 385 KB
Antal Installationer 1,425
Nuværende Version 1.7.8
Senest Opdateret 2023-09-26
Udgivelsesdato 2020-05-13
Bedømmelse 4.50/5 Samlet 14 Bedømmelser
Udvikler https://persistiq.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://persistiq.com
Hjælpeside-URL http://help.persistiq.com
URL til Fortrolighedspolitik Side https://www.persistiq.com/privacy
Understøttede Sprog 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"
    ]
}