Virtual Posher

Virtual Poshmark Assistant!

Virtual Posher là gì?

Virtual Posher là một tiện ích mở rộng Chrome được phát triển bởi https://www.virtualposher.com, và tính năng chính của nó là "Virtual Poshmark Assistant!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Virtual Posher

Tải xuống các tệp mở rộng Virtual Posher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        NEW UPDATE.  Version 0.2!!!! 
You asked for it... We added it.. Poshmark Party Sharing!!!!!!!!  Share to the parties in progress based on the keywords of items in your closet.  Simply enter a Brand or product and we will start sharing items that match this to the party in progess.

Increase Poshmark Sales!  Engage with other Poshers!

With Virtual Posher we take the busy work out Poshmark.  Freeing you up to do the things you love.  

Spend more time interacting with customers or sourcing new product by leveraging our Poshmark activity automation.  

Automatically share your closet or favorite brands, follow new Poshers, Meet New Poshers!

Selling on other platforms?  Take your products with you.  With our export items feature.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Virtual Posher Virtual Posher
ID ojecpddkmoagnchhcpccpfdfgbepifgi
URL Chính Thức https://chromewebstore.google.com/detail/virtual-posher/ojecpddkmoagnchhcpccpfdfgbepifgi
Mô tả Virtual Poshmark Assistant!
Kích Thước Tệp 1.41 MB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2020-06-01
Ngày Phát Hành 2020-05-31
Đánh Giá 2.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://www.virtualposher.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.virtualposher.com
URL Trang Trợ Giúp https://www.virtualposher.com
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Virtual Posher",
    "version": "0.2",
    "description": "Virtual Poshmark Assistant!",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "identity",
        "https:\/\/www.googleapis.com\/",
        "https:\/\/accounts.google.com\/*"
    ],
    "oauth2": {
        "client_id": "647830717817-gg58o7m1evjiv7asg7g1k82qvubjc1ih.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmjNN8FQlhw8jgubL5uAC94MddaSvtxbHFWpc3X\/T5dy8ecEeeUwsz79ygcSbatXT0OWU9TzXpOpEfMQrAhjboHt+cjH2MAeE9GjpT788ckm+8osD2EQTbRhR97wWx996QkFzf4AI+4bHfawaAeQBGrzGRSdRAlSts2gsuBjn\/KzwRDnmju6lxooTVNd6aWwsqRR2QKOIa0OB2la9f030cUlQP8NcHYamCQrEImrFuknv2AFDA3TMChWqPln488FOvBwiHr7fjDGASpVscfHB6oPpJ6Y00m7mwiXk+MqhQLspTCHmIYZDEFZFhlZtVxLJHtUzg1SLpxYZh08Plx5vCwIDAQAB",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/vp_icon_16.png",
            "32": "images\/vp_icon_32.png",
            "48": "images\/vp_icon_48.png",
            "128": "images\/vp_icon_128.png"
        }
    },
    "icons": {
        "16": "images\/vp_icon_16.png",
        "32": "images\/vp_icon_32.png",
        "48": "images\/vp_icon_48.png",
        "128": "images\/vp_icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/poshmark.com\/*"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/dexie.min.js",
                "js\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "manifest_version": 2
}