Gizzmo

Adds Amazon products to Gizzmo Wordpress Plugin

Gizzmoคืออะไร?

Gizzmo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gizzmo.ai และคุณลักษณะหลักของมันคือ "Adds Amazon products to Gizzmo Wordpress Plugin"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Gizzmo Chrome Extension: Simplify Your Product Selection Process for AI-Generated Commerce Content

Description: The Gizzmo Chrome extension is designed to streamline the process of selecting products for AI-generated commerce content creation. By working exclusively on Amazon product pages, the extension allows users to easily and quickly import product information directly to their WordPress site, without storing any user data.

Key Features:

Exclusive Activation: The Gizzmo Chrome extension only activates on Amazon product pages, ensuring a seamless and non-intrusive browsing experience.

Secure and Private: The extension does not store or use any user data, ensuring your privacy is maintained throughout the process.

Effortless Product Import: With a simple click on the "+" button in the extension popup, users can import product information directly to their WordPress site.

Token Activation: Users must input a token to activate the Chrome extension, ensuring only authorized users can access the product import feature.

Installation and Usage:

Visit the Chrome Web Store and search for the "Gizzmo" extension.
Click the "Add to Chrome" button to install the extension.
Once installed, the Gizzmo icon will appear in your browser's toolbar.
Input the provided token to activate the Gizzmo Chrome extension.
Navigate to an Amazon product page, where you will see the Gizzmo popup with a "+" button.
Click the "+" button to import the product information directly to your WordPress site.
The Gizzmo Chrome extension makes the process of selecting products for your AI-generated commerce content fast and efficient, allowing you to focus on creating engaging, high-quality content that attracts organic traffic and boosts your brand's visibility.                    

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

ชื่อ Gizzmo Gizzmo
ID gdopffidobhgcbgjaleokkldkjhkjloe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gizzmo/gdopffidobhgcbgjaleokkldkjhkjloe
คำอธิบาย Adds Amazon products to Gizzmo Wordpress Plugin
ขนาดไฟล์ 123 KB
จำนวนการติดตั้ง 930
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2023-12-19
วันที่เผยแพร่ 2023-05-22
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://gizzmo.ai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://gizzmo.ai/
URL หน้าช่วยเหลือ https://gizzmo.ai/terms-of-service/
URL หน้านโยบายความเป็นส่วนตัว https://gizzmo.ai/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gizzmo",
    "description": "Adds Amazon products to Gizzmo Wordpress Plugin",
    "version": "1.4",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.co.uk\/*"
            ],
            "js": [
                "content.js",
                "jquery-3.6.3.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "html\/*",
                "css\/*",
                "js\/*",
                "https:\/\/m.media-amazon.com\/*"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "action": [],
    "icons": {
        "16": "\/images\/icon16.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}