rule5

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

rule5 क्या है?

rule5 https://rule5.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension for sales teams to learn about their prospective customers and key people to engage with."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में rule5 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    }
}