PersistIQ

PersistIQ Chrome Extension

O que é PersistIQ?

PersistIQ é uma extensão do Chrome desenvolvida por https://persistiq.com, e sua principal característica é "PersistIQ Chrome Extension".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão PersistIQ

Baixe arquivos de extensão PersistIQ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome PersistIQ PersistIQ
ID hpcngghimfmpchgofjkmgmijcgjamfge
URL Oficial https://chromewebstore.google.com/detail/persistiq/hpcngghimfmpchgofjkmgmijcgjamfge
Descrição PersistIQ Chrome Extension
Tamanho do Arquivo 385 KB
Contagem de Instalações 1,425
Versão Atual 1.7.8
Última Atualização 2023-09-26
Data de Publicação 2020-05-13
Classificação 4.50/5 Total de 14 Avaliações
Desenvolvedor https://persistiq.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://persistiq.com
URL da Página de Ajuda http://help.persistiq.com
URL da Página de Política de Privacidade https://www.persistiq.com/privacy
Idiomas Suportados 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"
    ]
}