Fohlio Web Clipper

For interior and architecture designers to clip the product information from web to their specification list.

Was ist Fohlio Web Clipper?

Fohlio Web Clipper ist eine Chrome-Erweiterung, die von https://www.fohlio.com entwickelt wurde, und ihr Hauptmerkmal ist "For interior and architecture designers to clip the product information from web to their specification list.".

Erweiterungsscreenshots

screenshot

Fohlio Web Clipper-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fohlio Web Clipper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Use Fohlio Web Clipper to click and collect product information with ease.

When browsing a webpage,  interior designers can use a simple click action to add product information to their specification list via Fohlio Web Clipper. 

It is a much easier way than manually copying and pasting to gather product information ( such as text, images and files) 

Fohlio Browser Extension is for http://www.fohlio.com/ user only. It is ad free!

Get in touch with us via [email protected]                    

Grundlegende Informationen zur Erweiterung

Name Fohlio Web Clipper Fohlio Web Clipper
ID pkheafpccjdmpppcifdkccnllpclbonk
Offizielle URL https://chromewebstore.google.com/detail/fohlio-web-clipper/pkheafpccjdmpppcifdkccnllpclbonk
Beschreibung For interior and architecture designers to clip the product information from web to their specification list.
Dateigröße 931 KB
Installationsanzahl 3,172
Aktuelle Version 2.8.22
Letztes Update 2024-02-29
Veröffentlichungsdatum 2020-05-28
Bewertung 4.79/5 Insgesamt 43 Bewertungen
Entwickler https://www.fohlio.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.fohlio.com
Hilfeseite URL http://learn.fohlio.com/fohlio-web-clipper-tutorial/
URL der Datenschutzrichtlinien-Seite https://www.fohlio.com/blog/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fohlio Web Clipper",
    "short_name": "Fohlio Plugin",
    "description": "For interior and architecture designers to clip the product information from web to their specification list.",
    "version": "2.8.22",
    "author": "Fohlio Inc",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/browser-polyfill.js",
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        ""
    ],
    "browser_action": {
        "default_title": "Smart extraction of product specification for your design project",
        "default_icon": {
            "16": "images\/icon-16.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "styles\/app.css"
            ],
            "js": [
                "scripts\/browser-polyfill.js",
                "scripts\/page.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "plugin.html",
        "scripts\/app.js",
        "scripts\/browser-polyfill.js"
    ]
}