Devi

AI Lead-Gen Assistant: Monitor and outreach leads, create and schedule posts on Facebook groups, Twitter, LinkedIn and Reddit

Τι είναι το Devi;

Το Devi είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ddevi.com, και η κύρια λειτουργία του είναι "AI Lead-Gen Assistant: Monitor and outreach leads, create and schedule posts on Facebook groups, Twitter, LinkedIn and Reddit".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Devi

Λήψη αρχείων επέκτασης Devi σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Devi AI Lead Generation Assistant automatically monitor Facebook groups, LinkedIn, Twitter and Reddit Global posts to find ready to buy leads and relevant post, ChatGPT generated outreach helps to convert. Devi also create & schedule posts on all your social media with 1-click saving you 2 hrs a day and act like your full-time employee. There are 3.5 Billion monthly active users on combined social media. Devi is an automated tool works 24*7 to find opportunities for your business to sell, get new insight and manage brand reputation.

This is a business AI lead gen and social media management tool
It has a monthly subscription fee please check https://ddevi.com/pricing. If you like to use it for personal and research reasons please contact [email protected] to apply for a free license. 

What can Devi do for my business?
1. Monitor private and public Facebook group posts, Reddit, Twitter and LInkedin Global posts and conversations to find high-intent leads and help you to reach them directly. 

2. Outreach the leads with ChatGPT generated sales and non-salesy replies and fully automated follow ups to save you time and close more deals. 

3. Create & Schedule: 1-click to create engaging posts using  top 50+ AI prompts and schedule them on all your social media with ease. Save you or your team 2-3 precious hours a day.  

How does Devi work?
Devi runs in the background and monitors all your private groups, Twitter, LinkedIn & Reddit posts for the keywords saving you 2-3 hours/day to find high-quality leads and relevant posts. Devi works in your browser and none of the data is transferred over the network. All the algorithms data processing, and storage happen in your computer. 
Disclaimer: The Tool is not intended for data scraping, fake engagement, or any other activity that breaches the rules of Facebook, Reddit, Twitter, and LinkedIn. Only limited data that is permitted to the user is processed for the sole purpose of productivity enhancement and the experience of browsing social media posts.

We do not store any data accessed or processed through the Tool. Any data stored in the user's browser while using the Tool is temporary and automatically deleted. Our Tool does not permanently collect or store any user information or social media data.

What shall I pay for this tool instead of running ads?
Did you know that Facebook private groups cannot be targeted by ads? Means Facebook group audiences never been marketed via groups that creates a huge opportunity. Devi will be your full-time employee watching your groups 24*7 for leads and brand mentions in all the post and comments of all your joined groups.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Devi Devi
ID obofmdbkmindkbmdjkfdmehmddjfnhad
Επίσημο URL https://chromewebstore.google.com/detail/devi/obofmdbkmindkbmdjkfdmehmddjfnhad
Περιγραφή AI Lead-Gen Assistant: Monitor and outreach leads, create and schedule posts on Facebook groups, Twitter, LinkedIn and Reddit
Μέγεθος Αρχείου 5.24 MB
Αριθμός Εγκαταστάσεων 6,367
Τρέχουσα Έκδοση 2.5.3
Τελευταία Ενημέρωση 2024-02-14
Ημερομηνία Δημοσίευσης 2022-09-21
Αξιολόγηση 4.42/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής https://ddevi.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://ddevi.com
Διεύθυνση URL της Σελίδας Βοήθειας https://ddevi.com/contact
URL της Σελίδας Πολιτικής Απορρήτου https://ddevi.com/privacy-security
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Devi",
    "description": "AI Lead-Gen Assistant: Monitor and outreach leads, create and schedule posts on Facebook groups, Twitter, LinkedIn and Reddit",
    "version": "2.5.3",
    "manifest_version": 3,
    "icons": {
        "32": "assets\/images\/logo\/32x32.png",
        "192": "assets\/images\/logo\/192x192.png",
        "512": "assets\/images\/logo\/512x512.png"
    },
    "background": {
        "service_worker": "dist\/webworker-index.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "networkruleset_1",
                "enabled": true,
                "path": "networkrule.json"
            }
        ]
    },
    "permissions": [
        "storage",
        "cookies",
        "declarativeNetRequest",
        "alarms",
        "notifications",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/*.facebook.com\/*",
        "https:\/\/*.twitter.com\/*",
        "https:\/\/*.linkedin.com\/*",
        "https:\/\/*.reddit.com\/*",
        "https:\/\/www.google.com\/*",
        "https:\/\/ddevi.com\/*"
    ],
    "optional_host_permissions": [
        "https:\/\/*.instagram.com\/*"
    ],
    "action": {
        "default_title": "Devi"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "options_page": "index.html",
    "externally_connectable": {
        "matches": [
            "https:\/\/ddevi.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.twitter.com\/*",
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.reddit.com\/*"
            ],
            "js": [
                "assets\/js\/open.js"
            ],
            "css": [
                "assets\/css\/open.css"
            ]
        }
    ]
}