Fiidom

Fiidom Chrome extension - Your dropshipping ally, designed for use with the Fiidom Shopify app

Fiidomคืออะไร?

Fiidom เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fiidom และคุณลักษณะหลักของมันคือ "Fiidom Chrome extension - Your dropshipping ally, designed for use with the Fiidom Shopify app"

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

screenshot

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

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

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

                        🔥 Fiidom: Your All-in-One Dropshipping Powerhouse

Meet Fiidom, the free Chrome extension that revolutionizes your dropshipping business. From AI-powered product description optimization and smart pricing to supplier suggestions, dropshipping integration, real-time market insights, effortless management, and a user-friendly interface – Fiidom has it all. Boost SEO, conversions, and stay ahead in the e-commerce game with Fiidom.

🎯 Key Features:

✔ AI-Powered Product Descriptions: Elevate your product listings with AI-driven, SEO-optimized descriptions that captivate customers.

✔ Smart Pricing Recommendations: Maximize profits with pricing suggestions based on market trends and costs.

✔ Supplier Suggestions: Find better suppliers to enhance product quality, profit and delivery speed.

✔ Effortless Dropshipping Integration: Seamlessly sync with DSers, Ali Orders, and other popular apps to streamline your operations.

✔ Real-time Market Insights: Stay ahead with trend monitoring on other stores and marketplaces.

✔ Effortless Management: Simplify tasks to focus on business growth.

✔ User-Friendly Interface: Designed for all levels of expertise, from beginners to experts.

Fiidom Chrome extension is your ultimate dropshipping companion. For expert support, reach us at [email protected]. Please note, Fiidom extension works in tandem with the Fiidom app on Shopify. Elevate your dropshipping business with Fiidom today.                    

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

ชื่อ Fiidom Fiidom
ID fgcpkofcgicoihkkpfmbjgllkgkbpkpe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fiidom/fgcpkofcgicoihkkpfmbjgllkgkbpkpe
คำอธิบาย Fiidom Chrome extension - Your dropshipping ally, designed for use with the Fiidom Shopify app
ขนาดไฟล์ 469 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 2.10
อัปเดตครั้งล่าสุด 2024-02-23
วันที่เผยแพร่ 2023-07-25
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Fiidom
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://fiidom.com/
URL หน้าช่วยเหลือ https://fiidom.freshdesk.com/support/home
URL หน้านโยบายความเป็นส่วนตัว https://fiidom.com/pages/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fiidom",
    "description": "Fiidom Chrome extension - Your dropshipping ally, designed for use with the Fiidom Shopify app",
    "version": "2.10",
    "action": {
        "default_popup": "index.html",
        "default_title": "Fiidom",
        "default_icon": "logo16.png"
    },
    "host_permissions": [
        "*:\/\/*.shopify.com\/",
        "*:\/\/*.aliexpress.ru\/",
        "*:\/\/*.aliexpress.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.myshopify.com\/*",
            "https:\/\/*.fiidom.com\/*"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "static\/js\/content-script.js",
                "lib\/pusher.min.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/js\/custom-script.js",
                "static\/css\/content-script.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback"
    ],
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    }
}