Auto Auto

Build an Extension!

Auto Autoคืออะไร?

Auto Auto เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://yastabot.com และคุณลักษณะหลักของมันคือ "Build an Extension!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Auto

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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'"
}