Auto Auto

Build an Extension!

Auto Auto क्या है?

Auto Auto https://yastabot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Build an Extension!"।

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

screenshot

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

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

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

                        Automatically detect your need to automate your actions!
Auto Auto listens to your actions on your browser even across tabs, once it detects a repetition on your part (for example if you are copying data from a spreadsheet to an online portal). It will  recommend automating it for you and execute your actions fast!

Think of it as a smart macro recorder that's running in the background waiting for you to repeat some actions! See the video below for an example.                    

एक्सटेंशन की मूल जानकारी

नाम Auto Auto Auto Auto
ID dolpcgiafdgmpjafbjdklocappadegkn
आधिकारिक URL https://chromewebstore.google.com/detail/auto-auto/dolpcgiafdgmpjafbjdklocappadegkn
विवरण Build an Extension!
फ़ाइल का आकार 25.96 KB
स्थापना संख्या 21
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-10-09
प्रकाशन तिथि 2021-10-02
डेवलपर https://yastabot.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://yastabot.com
सहायता पृष्ठ URL https://yastabot.com
गोपनीयता नीति पृष्ठ URL https://yastabot.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Auto",
    "version": "1.0",
    "description": "Build an Extension!",
    "permissions": [
        "storage",
        "declarativeContent",
        "activeTab",
        "tabs",
        "",
        "clipboardWrite",
        "clipboardRead"
    ],
    "background": {
        "page": "extension\/background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "extension\/content\/contentbundle.js"
            ]
        }
    ],
    "icons": {
        "32": "extension\/images\/red.png"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "32": "extension\/images\/red.png"
        },
        "default_title": "Google Mail",
        "default_popup": "extension\/popup\/popup.html"
    },
    "oauth2": {
        "client_id": "965647531879-ul5u1moe1as7b96p2rmi6qpt79m4lpos.apps.googleusercontent.com",
        "key": "AIzaSyDbMiUVxZ6F_zM0MCiwodGE7B6f_2lWLMA",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/spreadsheets.readonly",
            "https:\/\/www.googleapis.com\/auth\/spreadsheets",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com\/; object-src 'self'"
}