EverBee

Etsy product listings tool and the search on Etsy made easy

EverBeeคืออะไร?

EverBee เป็นส่วนขยายของ Chrome ที่พัฒนาโดย EverBee และคุณลักษณะหลักของมันคือ "Etsy product listings tool and the search on Etsy made easy"

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

screenshot
screenshot
screenshot

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

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

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

                        EverBee chrome extension is the fastest way to perform Etsy product research, launch new products, and grow your Etsy Sales.

With a click of a button, you’ll be able to:
* Do PRODUCT RESEARCH to find what is in HIGH-DEMAND - so you can make what is trending.
* Use REVENUE ANALYTICS to see other competitors’ sales and revenue - so you can make your own high revenue products.
* SAVE TIME by only making products that shoppers are proving to buy.
* CREATE BEST-SELLERS and build a sustainable & growing business.

EverBee Chrome extension gives you the data you need to be a successful Etsy Seller.

Save hundreds of hours by using the EverBee extension and find the most VALUABLE information that you could not find elsewhere.

1-CLICK DATA INSIGHTS
* Estimated Monthly Sales & Revenue
* Favorites on all listings
* All listing TAGS
* All listing reviews
* and much more

Integrated with ETSY
EverBee is connected directly to Etsy with the purpose of getting sellers the most up-to-date and valuable information.

EverBee’s proprietary algorithm gives you data that you could not get manually -- in seconds.

USER-FRIENDLY
EverBee is designed by Etsy Sellers for Etsy Sellers. We designed this extension to be very EASY to use - even for us non-techies.

IDEA FOLDERS
The EverBee “Idea folders” make it easy to organize your product ideas so you can plan out future products and keep track of the best selling ideas. (You can also download the data as well)

Get started for Free today!

To learn more about growing your Etsy Shop, please visit our homepage:
www.everbee.io

To view our terms of service, please visit:
https://www.termsfeed.com/live/345fe6ee-edfd-4f12-96d6-de581bb82fa5                    

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

ชื่อ EverBee EverBee
ID oeicpkgdngoghobnbjngekclpcmpgpij
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/everbee/oeicpkgdngoghobnbjngekclpcmpgpij
คำอธิบาย Etsy product listings tool and the search on Etsy made easy
ขนาดไฟล์ 10.62 MB
จำนวนการติดตั้ง 240,609
เวอร์ชันปัจจุบัน 8.2.5.3
อัปเดตครั้งล่าสุด 2024-02-27
วันที่เผยแพร่ 2021-05-14
คะแนน 4.26/5 รวมทั้งหมด 102 คะแนน
ผู้พัฒนา EverBee
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.everbee.io/
URL หน้านโยบายความเป็นส่วนตัว https://www.termsfeed.com/live/33fef1a9-d7c6-4c09-9fbe-2596c7ae65e1
ภาษาที่รองรับ en-US
manifest.json
{
    "manifest_version": 3,
    "name": "EverBee",
    "version": "8.2.5.3",
    "permissions": [
        "storage",
        "tabs",
        "activeTab"
    ],
    "background": {
        "service_worker": "backgroundScripts\/background.js"
    },
    "action": {
        "default_icon": "images\/logo2.png"
    },
    "short_name": "EverBee",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.etsy.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.etsy.com\/your\/*",
                "https:\/\/www.etsy.com\/*\/your\/*",
                "https:\/\/www.etsy.com\/messages*",
                "https:\/\/www.etsy.com\/developers\/*",
                "https:\/\/www.etsy.com\/oauth\/*",
                "https:\/\/www.etsy.com\/shop\/*\/edit*",
                "https:\/\/www.etsy.com\/oauth2\/*"
            ],
            "run_at": "document_end",
            "js": [
                "production.js"
            ],
            "css": [
                "main.css"
            ],
            "media": []
        }
    ],
    "description": "Etsy product listings tool and the search on Etsy made easy",
    "icons": {
        "128": "images\/logo2.png",
        "48": "images\/logo2.png",
        "16": "images\/logo2.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "svg\/*",
                "everbeeInstalled.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}