AutoSave – for Hubspot

Automatically clicks save buttons on Hubspot!

AutoSave – for Hubspotคืออะไร?

AutoSave – for Hubspot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย autosaveextension และคุณลักษณะหลักของมันคือ "Automatically clicks save buttons on Hubspot!"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AutoSave – for Hubspot

ดาวน์โหลดไฟล์ส่วนขยาย AutoSave – for Hubspot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        AutoSave – for Hubspot

Browser extension for Hubspot users. Automatically saves data updates on Hubspot for contacts, companies, sales, and deals

Features 🚀
✨ Automatically clicks "Save" Buttons on Hubspot
🔛 Easily toggles on and off in the browser menu bar
🧠 Remembers toggle status on browser restarts and updates

Benefits 🔥
🚄 Update records much quicker
🖥️ Save time by avoiding mouse-navigation
✅ Avoid losing data on accidental navigation

Please leave a review if you like it! 🙏

Hubspot data privacy🔒
The AutoSave extension has never collected and will never collect or save any data you have saved on Hubspot. When installing the extension, your browser notifies you that the extension can "read and change your data on all hubspot.com sites", and  "read your browser history".

The reasons are:
- we need to be able to read the Hubspot website to detect the save button ("read data")
- we need to be able to click the save button when it appears ("change data")
- we need to be able to detect if you're on hubspot.com to trigger the save button search ("read browser history")

More features and feedback 🔄
📈 Submit your feature suggestions or feedback via email to [email protected]!

Notes: We're not affiliated with Hubspot, Inc.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AutoSave – for Hubspot AutoSave – for Hubspot
ID hnlnmnpgnpnnnmgemcgfpklcfcnaobmb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/autosave-%E2%80%93-for-hubspot/hnlnmnpgnpnnnmgemcgfpklcfcnaobmb
คำอธิบาย Automatically clicks save buttons on Hubspot!
ขนาดไฟล์ 33.5 KB
จำนวนการติดตั้ง 105
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2024-01-20
วันที่เผยแพร่ 2023-08-04
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา autosaveextension
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/e/2PACX-1vQ84U2SleQDb9t4HDi0VmzAvBX-Txcu-UxP6rTFOCkB93hNKBNgv4c-YaIWINIU9HznCrpj1AcGGy71/pub
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AutoSave \u2013 for Hubspot",
    "description": "Automatically clicks save buttons on Hubspot!",
    "version": "0.0.4",
    "action": {
        "default_icon": "images\/icon-16.png"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "\/pages\/options.html",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.hubspot.com\/*"
            ]
        }
    ],
    "permissions": [
        "scripting",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.hubspot.com\/*"
    ]
}