Simple Background Remover by Xidras.io

Edit backgrounds & create stunning images with only one click!

Vad är Simple Background Remover by Xidras.io?

Simple Background Remover by Xidras.io är en Chrome-tillägg utvecklad av Xidras GmbH, och dess huvudfunktion är "Edit backgrounds & create stunning images with only one click!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Simple Background Remover by Xidras.io-förlängningens CRX-fil

Ladda ner Simple Background Remover by Xidras.io-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Make Your Shop Product Listing Look More Professionally Like Ever Before

Creating beautiful and stunning product images for your product shop listing. Raised your conversions with professionally image looks and all that without spending much time and without any hassle.

Edit Backgrounds Your Product Images With Only 1-Click!
After getting the app, you only have to choose the product you want to edit from your product listing or any other image from the internet. Now you can start to remove, color, blur or add a new image to your background with only one click!

Customize Backgrounds Like You Want Them To Be
You can customize your image backgrounds like you want them to be. Simple Background Remover gives you the choice of different edit methods 

* to remove
* to color 
*  to blur the background 

or add a complete new background image. 

Additionally you can choose many other options like trimming, smart cropping, add margin, define exactly output size and format and much more.

Direct Product Integration To Optimize Your Product Listings
Simple Background Remover import your product listing to give you an optimized workflow without any hassle. Use our advanced filter method to filter your products very easy.

Easy to use within our app or Google Chrome Extension
A few clicks within our app or one click with our Google Chrome extension. Use the extension to choose any image from the internet to edit it with Simple Background Remover.

Get Simple Background Remover Now
Stop wasting time and start to make your product listing look and feel wonderful and more professionally like ever before.                    

Grundläggande Information om Tillägg

Namn Simple Background Remover by Xidras.io Simple Background Remover by Xidras.io
ID bpkbmpnaohlpkoednhkioekoobhhlhfb
Officiell webbadress https://chromewebstore.google.com/detail/simple-background-remover/bpkbmpnaohlpkoednhkioekoobhhlhfb
Beskrivning Edit backgrounds & create stunning images with only one click!
Filstorlek 110 KB
Antal Installationer 544
Aktuell Version 1.1
Senast Uppdaterad 2022-04-30
Publiceringsdatum 2022-04-28
Utvecklare Xidras GmbH
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://xidras.io/
Hjälpsida URL https://www.xidras.io/contact/
URL till Sekretesspolicy Sidan https://www.xidras.io/privacy
Stödda Språk de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "author": {
        "name": "Xidras GmbH",
        "email": "[email protected]",
        "website": "https:\/\/xidras.io"
    },
    "version": "1.1",
    "manifest_version": 3,
    "default_locale": "de",
    "homepage_url": "https:\/\/sbr.xidras.io\/",
    "host_permissions": [
        ""
    ],
    "permissions": [
        "contextMenus",
        "notifications",
        "tabs"
    ],
    "background": {
        "service_worker": ".\/src\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                ".\/src\/contentscripts\/contentscript.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/sbr.xidras.io\/*",
                "*:\/\/*.xidras.io\/*"
            ],
            "js": [
                ".\/src\/contentscripts\/auth-pixel.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": ".\/public\/icon.png",
        "32": ".\/public\/icon.png",
        "48": ".\/public\/icon.png",
        "128": ".\/public\/icon.png"
    }
}