Easy Copy AI - Copy Generator Tool

Use OpenAI chat GPT 4 to Generate Copy. Use this extension to generate your copy directly in your browser.

Τι είναι το Easy Copy AI - Copy Generator Tool;

Το Easy Copy AI - Copy Generator Tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://adeptle.com, και η κύρια λειτουργία του είναι "Use OpenAI chat GPT 4 to Generate Copy. Use this extension to generate your copy directly in your browser.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Easy Copy AI - Copy Generator Tool

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

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

                        Generate copy easily using Open AI ChatGPT and GPT4. This extension helps generate copy directly from the content in your webpage. 


EasyCopy.ai helps generate alternative copy from the selected content in your webpage. Use EasyCopy.ai for content repurposing and regeneration for website updates, social media posts, blog articles, etc.


Get impressive and creative copy easily with EasyCopy.ai. Just click on ‘Magic Copy’ and generate your new copy. Works on all browsers!

How to use EasyCopy.ai?
Step 1: Add EasyCopy.ai extension from the Chrome Web Store.
Step 2: Go to any webpage or landing page (in any browser).
Step 3: Click on the extension icon and click ‘Magic Copy’.
Step 4: Double click on any text on the webpage.
Step 5: AI will generate alternative text and display it on the webpage.                    

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

Όνομα Easy Copy AI - Copy Generator Tool Easy Copy AI - Copy Generator Tool
ID gccfgfeoaicaleihkofhknklhcghommf
Επίσημο URL https://chromewebstore.google.com/detail/easy-copy-ai-copy-generat/gccfgfeoaicaleihkofhknklhcghommf
Περιγραφή Use OpenAI chat GPT 4 to Generate Copy. Use this extension to generate your copy directly in your browser.
Μέγεθος Αρχείου 105 KB
Αριθμός Εγκαταστάσεων 591
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2023-05-18
Ημερομηνία Δημοσίευσης 2023-04-24
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://adeptle.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://easy-copy.adeptle.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://adeptle.com/support
URL της Σελίδας Πολιτικής Απορρήτου https://www.adeptle.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Easy Copy AI - Copy Generator Tool",
    "description": "Use OpenAI chat GPT 4 to Generate Copy.  Use this extension to generate your copy directly in your browser. ",
    "version": "1.1",
    "icons": {
        "16": "easy_copy_16x16.png",
        "32": "easy_copy_32x32.png",
        "48": "easy_copy_48x48.png",
        "128": "easy_copy_128x128.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "easy_copy_16x16.png",
                "easy_copy_32x32.png",
                "easy_copy_48x48.png",
                "easy_copy_128x128.png",
                "main_logo.png",
                "template.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "identity"
    ],
    "host_permissions": [
        ""
    ]
}