Auto Auto

Build an Extension!

Auto Auto란 무엇입니까?

Auto Auto은(는) https://yastabot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Build an Extension!"입니다.

확장 프로그램 스크린샷

screenshot

Auto Auto 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
}