See Items Published Date on Poshmark & Amazon

You can finally See the Published Date of an Item on Poshmark & Amazon

Was ist See Items Published Date on Poshmark & Amazon?

See Items Published Date on Poshmark & Amazon ist eine Chrome-Erweiterung, die von sort by Review Count for Amazon entwickelt wurde, und ihr Hauptmerkmal ist "You can finally See the Published Date of an Item on Poshmark & Amazon".

Erweiterungsscreenshots

screenshot
screenshot

See Items Published Date on Poshmark & Amazon-Erweiterungs-CRX-Datei herunterladen

Laden Sie See Items Published Date on Poshmark & Amazon-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        See how long an item has been listed on Poshmark or Amazon.
Determine the date a listing was created.
View the posting date of ads with ease

Poshmark never allowed us to view when an article was published.
In other words, there is no way of knowing  if an item has been on their site for a day or 5 years.

It is very useful for  both buyers and sellers as well. 
We are constantly working on enhancing this feature and plan to incorporate support for additional websites in the near future. 
Stay tuned for more updates!

-----------------------------------------------------------------------------------------

Cette extension vous permet d'afficher la date de publication des articles sur des plateformes comme Poshmark et Amazon.
Il est également très utile pour les acheteurs et les vendeurs.
Nous travaillons constamment à l'amélioration de cette fonctionnalité et prévoyons d'intégrer la prise en charge de sites Web supplémentaires dans un proche avenir. 
Restez connectés pour plus de nouvelles!

(works well Jan. 2024)                    

Grundlegende Informationen zur Erweiterung

Name See Items Published Date on Poshmark & Amazon See Items Published Date on Poshmark & Amazon
ID copnphjlocgbkjfjeamjibjldkmflgpd
Offizielle URL https://chromewebstore.google.com/detail/see-items-published-date/copnphjlocgbkjfjeamjibjldkmflgpd
Beschreibung You can finally See the Published Date of an Item on Poshmark & Amazon
Dateigröße 9.35 KB
Installationsanzahl 92
Aktuelle Version 1.0.1
Letztes Update 2024-01-27
Veröffentlichungsdatum 2023-05-14
Entwickler sort by Review Count for Amazon
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "viewPublishedDate.js"
            ],
            "matches": [
                "https:\/\/*.poshmark.in\/*",
                "https:\/\/*.poshmark.com.au\/*",
                "https:\/\/*.poshmark.co.uk\/*",
                "https:\/\/*.poshmark.ca\/*",
                "https:\/\/*.poshmark.com\/*",
                "*:\/\/*.amazon.ae\/*",
                "*:\/\/*.amazon.at\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.com.sg\/*",
                "*:\/\/*.amazon.com.tr\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.ie\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.nl\/*",
                "*:\/\/*.amazon.eg\/*",
                "*:\/\/*.amazon.sa\/*"
            ]
        }
    ],
    "description": "You can finally See the Published Date of an Item on Poshmark & Amazon",
    "manifest_version": 3,
    "name": "See Items Published Date on Poshmark & Amazon",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}