rule5

Extension for sales teams to learn about their prospective customers and key people to engage with.

什麼是rule5?

rule5是由https://rule5.io開發的Chrome擴展程式,該擴展的主要功能是“Extension for sales teams to learn about their prospective customers and key people to engage with.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載rule5擴展crx文件

下載rule5擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        rule5 is where go-to-market teams go for sales intelligence.

👋 Know everything about your customer:
⮕ Learn about your customers, their strategic  priorities, initiatives, business challenges,  trends (financial, industry and technology) and much more.

👋 Generative AI powered account intelligence, personalized email creation, strategic sales asset creation and more:
⮕ Ask questions and get answers to deeply understand your prospect. Draft context specific emails to a prospect, create strategic sales assets including executive summary, POV slides, RFP responses, security questionnaires and more. 

👋 Intelligence that goes where you go in Salesforce and on the web:
⮕ Access account and people intelligence while in Salesforce or from your prospect’s website

👋 Identify the best path to decision makers with rule5 teamConnect:
⮕ Share critical relationships that exist within your ecosystem of partners, board members, advisors, and customer advocates so your sales teams can see the direct path to the key stakeholders they need to engage.                    

擴展基本資訊

名稱 rule5 rule5
ID lggohfbfkbnpgofmflaeboonadahfnim
官方網址 https://chromewebstore.google.com/detail/rule5/lggohfbfkbnpgofmflaeboonadahfnim
簡介 Extension for sales teams to learn about their prospective customers and key people to engage with.
檔案大小 4.16 MB
安裝次數 27
目前版本 2.4.2
更新時間 2024-01-30
上架時間 2022-02-28
評分 5.00/5 共 3 次評分
開發者 https://rule5.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.rule5.io
說明頁面URL https://www.rule5.io/contact
隱私政策頁面URL https://www.rule5.io/privacy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "rule5",
    "description": "Extension for sales teams to learn about their prospective customers and key people to engage with.",
    "version": "2.4.2",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/dev-api.rule5.io\/*",
        "https:\/\/api.rule5.io\/*",
        ""
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "css": [
                "css\/linkedin-integrated-sharing.css"
            ],
            "js": [
                "js\/jquery-3.6.3.min.js",
                "js\/linkedin-integrated-sharing.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ],
    "action": {
        "default_popup": "index.html",
        "action": {
            "default_popup": "index.html",
            "default_icon": {
                "16": "\/images\/icon_16.png",
                "32": "\/images\/icon_32.png",
                "48": "\/images\/icon_48.png",
                "128": "\/images\/icon_128.png"
            }
        }
    },
    "icons": {
        "16": "\/images\/icon_16.png",
        "32": "\/images\/icon_32.png",
        "48": "\/images\/icon_48.png",
        "128": "\/images\/icon_128.png"
    }
}