Vaazo

Vaazo.com chrome extension

Vaazoคืออะไร?

Vaazo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vaazo.com และคุณลักษณะหลักของมันคือ "Vaazo.com chrome extension"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        We know how small online tasks can be frustrating! That's why our team has developed an easy solution for advanced problems.
Vaazo will help you to optimize your workflow, scrape data from any website, and much more!
 
FEATURES:
∙      Easy drag and drop formula builder;
∙      API integration – use API element in your formula and communicate with other applications via API;
∙      Convenient output – export scraped data to CSV;
∙      Distribute workload – run multiple tasks at the same time to complete massive projects.
 
START SCRAPING WITH OUR FREE PLAN
∙      5 formulas included;
∙      20 tasks / month;
∙      20k element runs / month.
 
BEGIN TODAY
1.     Install the extension from the Chrome web store;
2.     Open the Vaazo tab in the developer tools;
3.     Activate your profile by logging in with your Google account or e-mail;
4.     Create your first formula and start scraping or optimizing your workflow!
 
Do not hesitate to contact our support team if you have any questions about this tool!
 
POSSIBLE APPLICATIONS
∙      E-commerce – price and competitor monitoring, product data scraping, optimization of the workflow;
∙      Retail – searching for the best deals;
∙      Media monitoring – gather information from the news portals and blogs;
∙      Marketing and PR – gather data about the brand, monitor social media and influencers;
∙      HR – looking for the best candidates;
∙      Sales – gather leads and customer contacts from various places on the web;
∙      Etc. – the possibilities are endless!                    

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

ชื่อ Vaazo Vaazo
ID acolgkkemkpeigilhgdlicnbjdcdaphm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vaazo/acolgkkemkpeigilhgdlicnbjdcdaphm
คำอธิบาย Vaazo.com chrome extension
ขนาดไฟล์ 1.46 MB
จำนวนการติดตั้ง 292
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2023-05-25
วันที่เผยแพร่ 2021-07-06
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://vaazo.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://vaazo.com
URL หน้าช่วยเหลือ https://vaazo.com/help
URL หน้านโยบายความเป็นส่วนตัว https://vaazo.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vaazo",
    "description": "Vaazo.com chrome extension",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "js\/bg-min.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "css": [
                "css\/cs.css"
            ],
            "js": [
                "js\/cs-min.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon_48.png",
        "default_popup": "html\/popup.html",
        "default_title": "Vaazo"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "devtools_page": "html\/dt.html",
    "permissions": [
        "notifications",
        "tabs",
        "alarms",
        "proxy",
        "",
        "webRequest",
        "webRequestBlocking",
        "cookies",
        "unlimitedStorage",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0.7"
}