Auto Auto

Build an Extension!

Auto Auto là gì?

Auto Auto là một tiện ích mở rộng Chrome được phát triển bởi https://yastabot.com, và tính năng chính của nó là "Build an Extension!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Auto Auto

Tải xuống các tệp mở rộng Auto Auto dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Auto Auto Auto Auto
ID dolpcgiafdgmpjafbjdklocappadegkn
URL Chính Thức https://chromewebstore.google.com/detail/auto-auto/dolpcgiafdgmpjafbjdklocappadegkn
Mô tả Build an Extension!
Kích Thước Tệp 25.96 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-10-09
Ngày Phát Hành 2021-10-02
Nhà Phát Triển https://yastabot.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://yastabot.com
URL Trang Trợ Giúp https://yastabot.com
URL Trang Chính Sách Bảo Mật https://yastabot.com
Ngôn Ngữ Được Hỗ Trợ 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'"
}