Poshmark Bot - Ok Alice

Alice helps you make more sales and gain more followers on Poshmark. Automatically share items in your closet.

什麼是Poshmark Bot - Ok Alice?

Poshmark Bot - Ok Alice是由Atomic Softworks Inc.開發的Chrome擴展程式,該擴展的主要功能是“Alice helps you make more sales and gain more followers on Poshmark. Automatically share items in your closet.”。

擴展截圖

screenshot
screenshot

下載Poshmark Bot - Ok Alice擴展crx文件

下載Poshmark Bot - Ok Alice擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Elevate your Poshmark experience and Maximize your sales with Ok Alice, an automation tool to streamline your selling process and save time. In the fast-paced world of online reselling, efficiency is critical to success. Alice is your dedicated assistant, automating the time-consuming tasks of managing your closet so you can focus on what truly matters - expanding your business and increasing your profits.

Why Choose Ok Alice?

Adhering to the best practices recommended by top Poshmark sellers, sharing your closet 3-4 times daily is crucial for maximum visibility. Alice excels by offering advanced automation, ensuring your listings get the attention they deserve without monopolizing your time. Experience the next level of convenience and effectiveness, and let Alice take your Poshmark closet to new heights.

Core Features for Enhanced Sales:

• Automated Sharing Scheduler:
Tailor your closet's sharing schedule with Alice's automation, guaranteeing that your items are seen at peak times to drive sales.

• Effortless Offers to Likers:
Increase your chances of closing sales by automatically sending personalized offers to users who like your items, with minimal effort on your part.

• Streamlined Closet Management:
Simplify managing your closet with features like auto-sharing and scheduling, allowing you to maintain an active and attractive closet effortlessly.

Ok Alice is designed to safeguard your most valuable resource: time. By freeing you from the grind of manual updates and repetitive tasks, it allows you to devote more energy to strategic activities that boost your sales and profits

Ok Alice is free to install, so why not give it a try today? Once you experience its benefits, we guarantee you'll wonder how you ever managed without it.                    

擴展基本資訊

名稱 Poshmark Bot - Ok Alice Poshmark Bot - Ok Alice
ID mkcklccefjfbljhgabgdnapimbmejlpo
官方網址 https://chromewebstore.google.com/detail/poshmark-bot-ok-alice/mkcklccefjfbljhgabgdnapimbmejlpo
簡介 Alice helps you make more sales and gain more followers on Poshmark. Automatically share items in your closet.
檔案大小 4.02 MB
安裝次數 111
目前版本 1.0.1.1
更新時間 2024-02-09
上架時間 2021-04-16
評分 5.00/5 共 6 次評分
開發者 Atomic Softworks Inc.
電子郵箱 [email protected]
付費類型 in_app
擴展官網 http://www.poshwatch.io/
說明頁面URL http://www.poshwatch.io/
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Alice helps you make more sales and gain more followers on Poshmark. Automatically share items in your closet.",
    "version": "1.0.1.1",
    "manifest_version": 2,
    "name": "Poshmark Bot - Ok Alice",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/favicon.png",
        "32": "icons\/[email protected]",
        "48": "icons\/[email protected]",
        "128": "icons\/[email protected]"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "storage",
        "alarms",
        "unlimitedStorage",
        "*:\/\/*.poshmark.ca\/*",
        "*:\/\/*.poshmark.com\/*",
        "*:\/\/*.2captcha.com\/*",
        "*:\/\/2captcha.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.poshmark.ca\/*",
                "*:\/\/*.poshmark.com\/*"
            ],
            "js": [
                ".\/content.bundle.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/js.stripe.com\/v3; object-src 'self'"
}