Auto Auto

Build an Extension!

Auto Autoとは何ですか?

Auto Autoはhttps://yastabot.comによって開発されたChromeの拡張機能で、その主な機能は「Build an Extension!」です。

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

screenshot

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

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

拡張機能の使用方法

                        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
Eメール [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'"
}