MYPOSMAN

MYPOSMAN AIS - Importing item's tracking ID, name and cost!

MYPOSMAN क्या है?

MYPOSMAN https://www.myposman.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "MYPOSMAN AIS - Importing item's tracking ID, name and cost!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MYPOSMAN एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This will ease MYPOSMAN members to import/pull items' information purchased from Tao Bao (淘宝)and 1688.com (alibaba) into MYPOSMAN (www.myposman.com) system with a click from Tao Bao & 1688 (alibaba) Website!

Tao Bao now support multi tracking number checking as long as Seller update the tracking number to the tao bao cart system.

No more troublesome in copying item's long tracking number to place order. No more mistake tracking numbers!                    

एक्सटेंशन की मूल जानकारी

नाम MYPOSMAN MYPOSMAN
ID anhedjmkociieheecidmpohndhpfcjoe
आधिकारिक URL https://chromewebstore.google.com/detail/myposman/anhedjmkociieheecidmpohndhpfcjoe
विवरण MYPOSMAN AIS - Importing item's tracking ID, name and cost!
फ़ाइल का आकार 91.4 KB
स्थापना संख्या 305
वर्तमान संस्करण 1.5
अंतिम अपडेट 2021-08-08
प्रकाशन तिथि 2020-05-02
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://www.myposman.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.myposman.com/blog/index.php?controller=post&action=view&id_post=5
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MYPOSMAN",
    "description": "MYPOSMAN AIS - Importing item's tracking ID, name and cost!",
    "version": "1.5",
    "browser_action": {
        "default_icon": "image\/icon16.png",
        "default_popup": "popup.html",
        "default_title": "Click here!"
    },
    "permissions": [
        "notifications",
        "https:\/\/myposman.com\/",
        "https:\/\/www.myposman.com\/"
    ],
    "icons": {
        "128": "image\/icon128.png",
        "16": "image\/icon16.png",
        "48": "image\/icon48.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "content.css",
                "custom.css"
            ],
            "js": [
                "config.js",
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/buyertrade.taobao.com\/*",
                "*:\/\/*.1688.com\/*",
                "*:\/\/*.jd.com\/*",
                "*:\/\/*.taobao.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "image\/*"
    ]
}