See Items Published Date on Poshmark & Amazon
You can finally See the Published Date of an Item on Poshmark & Amazon
O que é See Items Published Date on Poshmark & Amazon?
See Items Published Date on Poshmark & Amazon é uma extensão do Chrome desenvolvida por sort by Review Count for Amazon, e sua principal característica é "You can finally See the Published Date of an Item on Poshmark & Amazon".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão See Items Published Date on Poshmark & Amazon
Baixe arquivos de extensão See Items Published Date on Poshmark & Amazon no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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)
Informações Básicas da Extensão
Nome | See Items Published Date on Poshmark & Amazon |
ID | copnphjlocgbkjfjeamjibjldkmflgpd |
URL Oficial | https://chromewebstore.google.com/detail/see-items-published-date/copnphjlocgbkjfjeamjibjldkmflgpd |
Descrição | You can finally See the Published Date of an Item on Poshmark & Amazon |
Tamanho do Arquivo | 9.35 KB |
Contagem de Instalações | 92 |
Versão Atual | 1.0.1 |
Última Atualização | 2024-01-27 |
Data de Publicação | 2023-05-14 |
Desenvolvedor | sort by Review Count for Amazon |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |