AI Connector

The AI Driven Lead Generation and Sales Tool Powered by ChatGPT

AI Connectorとは何ですか?

AI ConnectorはProductBotによって開発されたChromeの拡張機能で、その主な機能は「The AI Driven Lead Generation and Sales Tool Powered by ChatGPT」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

AI Connector拡張機能のCRXファイルをダウンロード

AI Connector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension automates lead generation on FB and IG using ChatGPT. The conversations are absolutely amazing and will drive TONS of traffic to any offer or business you want traffic.
 
The tool does not need your FB of IG account information or anything about you. All actions are processed in the background. 
 
FEATURES
With the AI Connector, you can:
▪️ Send mass private message on FB and IG
▪️ Send follow up messages depending on how they respond to your first message
▪️ Completely automated lead generation and sales
▪️ Complete integration with ChatGPT based on YOUR business details. 
▪️ Target US only people
▪️ Target only accounts with images
................................................................................................................
 
FAQs
▪️ Is this extension safe to use? 
Yes, we have tested this extension over multiple accounts to find the most optimal request times so that your account remains 100% safe. 
 
▪️ Does this work with fresh accounts?
If it is a fresh account with no phone number, then you would not have a good experience in using this tool. It will work to some extent, but you will have to authenticate the account or prefer using an old account. 
 
▪️ Can I use this extension along with other auto FB DM extensions? 
If you are using any other similar extension together, we would advise you to wait 6-24 hours before using any other extension. Using multiple extensions would rate-limit your account. It is advisable to only use one FB DM extension tool at a time. 
 
▪️ What are the best practices for using this tool?
Do not use any other FB DM tool simultaneously. Do not manually follow any FB profile while using this extension. Do not use this tool on two different groups/profiles at the same time. 
 
▪️ Do you require my FB account login information? 
No, we do not require your FB login & password. We do not have any access to your account. 
 
▪️ Do you post, like & comment using my account? 
No, we do not post, like or comment with your account. 
 
▪️ Can I send messages to people who are not in my friend list?
Yes, you can send messages to anyone regardless if they are in your friend list. 
 
▪️ How can I stop using the AI Connector extension? 
You can simply click the "Active" button at the top of the AutoATM extension to turn it off. When you do so, it turns gray which is off completely. 
 
▪️ Can I use the system while the extension is running in the background? 
Yes, you can switch the tab and work as usual. Just do not close your web browser and be sure you are logged into Facebook and Instagram.
 
▪️ How do you charge for the use of the extension? 
The AI Connector extension is billed on a monthly basis. 

................................................................................................................
Our privacy policy: https://autoaffiliate.ai/privacy-policy                    

拡張機能の基本情報

名前 AI Connector AI Connector
ID fmcefkadmedfpbfbjnkfgbfkjfpijadh
公式URL https://chromewebstore.google.com/detail/ai-connector/fmcefkadmedfpbfbjnkfgbfkjfpijadh
説明 The AI Driven Lead Generation and Sales Tool Powered by ChatGPT
ファイルサイズ 395 KB
インストール数 878
現在のバージョン 0.6.1
最終更新日 2023-12-18
公開日 2023-06-27
評価 5.00/5 合計 2 レビュー
開発者 ProductBot
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://autoaffiliate.ai/
ヘルプページのURL https://autoaffiliate.ai/
プライバシーポリシーページのURL https://autoaffiliate.ai/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AI Connector",
    "description": "The AI Driven Lead Generation and Sales Tool Powered by ChatGPT",
    "version": "0.6.1.0",
    "version_name": "0.6.1",
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": {
            "128": "icons\/128.png"
        }
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "cookies",
        "storage",
        "declarativeNetRequest",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.instagram.com\/*",
        "*:\/\/45.80.152.9\/*",
        "*:\/\/api.rollbar.com\/"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/instagram.ts-loader-e5485e23.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "resources": [
                "assets\/util-6cc5421c.js",
                "assets\/instagram.ts-5cde28b7.js"
            ],
            "use_dynamic_url": true
        }
    ]
}