Simple Background Remover by Xidras.io

Edit backgrounds & create stunning images with only one click!

Simple Background Remover by Xidras.io란 무엇입니까?

Simple Background Remover by Xidras.io은(는) Xidras GmbH에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Edit backgrounds & create stunning images with only one click!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Simple Background Remover by Xidras.io 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Simple Background Remover by Xidras.io Simple Background Remover by Xidras.io
ID bpkbmpnaohlpkoednhkioekoobhhlhfb
공식 URL https://chromewebstore.google.com/detail/simple-background-remover/bpkbmpnaohlpkoednhkioekoobhhlhfb
설명 Edit backgrounds & create stunning images with only one click!
파일 크기 110 KB
설치 횟수 544
현재 버전 1.1
최근 업데이트 2022-04-30
출시 날짜 2022-04-28
개발자 Xidras GmbH
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://xidras.io/
도움말 페이지 URL https://www.xidras.io/contact/
개인정보 보호 정책 페이지 URL https://www.xidras.io/privacy
지원되는 언어 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"
    }
}