PersistIQ

PersistIQ Chrome Extension

PersistIQ란 무엇입니까?

PersistIQ은(는) https://persistiq.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "PersistIQ Chrome Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

PersistIQ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}