Flowgiri - Webflow chrome extension

Just Copy & Paste Webflow components and start building your website easily, and effortlessly with Flowgiri Chrome Extension.

Flowgiri - Webflow chrome extension क्या है?

Flowgiri - Webflow chrome extension Mansurul Haque द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Just Copy & Paste Webflow components and start building your website easily, and effortlessly with Flowgiri Chrome Extension."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Flowgiri - Webflow chrome extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Unleash your Webflow Development potential with the Flowgiri Chrome Extention. Simply copy and paste our pre-build Webflow template and components to begin your website development effortlessly with the Flowgiri Chrome Extension.

Flowgiri- the best Webflow resources library with thousands of pre-made resources at your fingertips to make Webflow website designing faster than ever before. Save your time, and energy and make more with our pre-designed web templates, pages and sections.

Just Copy & Paste components into your Webflow project and start building your website now.


Features:


✓ Best Webflow assets to design professional websites faster.
✓ Bunch of free components libraries.
✓ Copy & Paste components to create websites easily and quickly.
✓  Stunning web template libraries by many categories like Portfolio, Business consultant, SEO tools, etc.
✓  You can get all the web page libraries you need for your website, including landing pages, pricing, about us, and more.
✓  Crucial web section libraries including navigation, header, product, footer, and others.

NOTE: Flowgiri offers Free and Paid components.                    

एक्सटेंशन की मूल जानकारी

नाम Flowgiri - Webflow chrome extension Flowgiri - Webflow chrome extension
ID pdfpadfnpoamcfdbmheheaecihhhobbp
आधिकारिक URL https://chromewebstore.google.com/detail/flowgiri-webflow-chrome-e/pdfpadfnpoamcfdbmheheaecihhhobbp
विवरण Just Copy & Paste Webflow components and start building your website easily, and effortlessly with Flowgiri Chrome Extension.
फ़ाइल का आकार 292 KB
स्थापना संख्या 599
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2023-02-01
प्रकाशन तिथि 2023-01-21
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर Mansurul Haque
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://flowgiri.com/
सहायता पृष्ठ URL https://flowgiri.com/terms-of-use
गोपनीयता नीति पृष्ठ URL https://flowgiri.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flowgiri - Webflow chrome extension",
    "version": "1.0.1",
    "description": "Just Copy & Paste Webflow components and start building your website easily, and effortlessly with Flowgiri Chrome Extension.",
    "manifest_version": 3,
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/webflow.com\/*"
            ],
            "js": [
                "assets\/js\/jquery-3.6.1.min.js",
                "assets\/js\/app.js"
            ],
            "css": [
                "assets\/css\/app.css"
            ],
            "run_at": "document_end"
        }
    ],
    "author": "Mansurul Haque",
    "action": {
        "default_popup": "index.html",
        "default_title": "Flowgiri",
        "default_icon": {
            "16": "\/assets\/Icons\/icon16.png"
        }
    },
    "icons": {
        "16": "\/assets\/Icons\/icon16.png",
        "32": "\/assets\/Icons\/icon32.png",
        "48": "\/assets\/Icons\/icon48.png",
        "128": "\/assets\/Icons\/icon128.png"
    }
}