Sorting Social

The Sorting Social chrome extension enhances the abilities of Sorting Social allowing users to perform more types of searches.

Τι είναι το Sorting Social;

Το Sorting Social είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://sortingsocial.com, και η κύρια λειτουργία του είναι "The Sorting Social chrome extension enhances the abilities of Sorting Social allowing users to perform more types of searches.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Sorting Social

Λήψη αρχείων επέκτασης Sorting Social σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The Sorting Social Chrome extension enhances the standard Sorting Social app (https://app.sortingsocial.com) by allowing users to perform more types of searches at Pinterest, Wanelo, Facebook, Wish and Etsy. This extension is also required, if you want to use the Facebook module of Sorting Social.

For example, want to see the top pins for any Pinterest board, or the top products for any Etsy shop? All you need to do is visit one of those pages in your browser, then click the extension button in your toolbar (it should light up when you visit a page it recognizes) and Sorting Social will open, displaying the posts that were found on the page you were visiting.

Try these for example:

https://www.pinterest.com/dailyshirtsnet/back-to-school/
https://www.etsy.com/shop/SerguioRogetti
https://www.facebook.com/postradamuspage/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Sorting Social Sorting Social
ID dnccjkaeaicfdeaadjeddpkicfnpgeej
Επίσημο URL https://chromewebstore.google.com/detail/sorting-social/dnccjkaeaicfdeaadjeddpkicfnpgeej
Περιγραφή The Sorting Social chrome extension enhances the abilities of Sorting Social allowing users to perform more types of searches.
Μέγεθος Αρχείου 765 KB
Αριθμός Εγκαταστάσεων 2,390
Τρέχουσα Έκδοση 1.1.1
Τελευταία Ενημέρωση 2020-07-29
Ημερομηνία Δημοσίευσης 2019-06-29
Αξιολόγηση 5.00/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής https://sortingsocial.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://sortingsocial.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Sorting Social",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "description": "The Sorting Social chrome extension enhances the abilities of Sorting Social allowing users to perform more types of searches.",
    "homepage_url": "https:\/\/app.sortingsocial.com",
    "manifest_version": 2,
    "name": "Sorting Social",
    "permissions": [
        "webRequest",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "version": "1.1.1",
    "externally_connectable": {
        "matches": [
            "http:\/\/app.sortingsocial.local\/*",
            "https:\/\/app.sortingsocial.com\/*",
            "https:\/\/staging.sortingsocial.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.etsy.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/*.etsy.com\/your\/*",
                "https:\/\/openapi.etsy.com\/*"
            ],
            "js": [
                "content.js",
                "vue.js",
                "jquery-3.3.1.min.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery-3.3.1.min.js",
            "vue.js",
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/static.xx.fbcdn.net https:\/\/static.xx.fb; object-src 'self';"
}