Social Media Rolodex - SOCIAL CAT

Categorize & assign tags, colors to people and differentiate posts on social media

Social Media Rolodex - SOCIAL CAT란 무엇입니까?

Social Media Rolodex - SOCIAL CAT은(는) dogan.engin.games에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Categorize & assign tags, colors to people and differentiate posts on social media"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Social Media Rolodex - SOCIAL CAT 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Social Cat helps you remember who is who on social media, categorize your social circle and tag posts on your timeline in a super fun way. This is a great tool for marketing professionals, influencers, event organizers, online businesses and social media power users.

Moreover, you can add notes, custom fields and tasks (to-do lists) for people you categorized on social media. In other words, you can create your own social media rolodex!

You can also perform searches on this rolodex, and find people based on the categories, tasks, notes and fields you assigned to them. You can even export your social media rolodex as an Excel spreadsheet.

You can categorize your social feeds / friends and add colorful tags to their posts so that they would stand out on your timeline. It is super easy and fun to use. 

It is totally free and currently works on Facebook, Instagram, Twitter, Reddit and Ekşi Sözlük. Please send us an email if you want new features or more sites to be added :)

ENJOY!

@ Dogan Engin 2021 - All rights are reserved.                    

확장 프로그램 기본 정보

이름 Social Media Rolodex - SOCIAL CAT Social Media Rolodex - SOCIAL CAT
ID hhiomokjlngphblpfnccjckmkcpjjfmb
공식 URL https://chromewebstore.google.com/detail/social-media-rolodex-soci/hhiomokjlngphblpfnccjckmkcpjjfmb
설명 Categorize & assign tags, colors to people and differentiate posts on social media
파일 크기 250 KB
설치 횟수 52
현재 버전 0.0.0.23
최근 업데이트 2023-08-02
출시 날짜 2021-01-26
평점 5.00/5 총 9 개의 평점
개발자 dogan.engin.games
이메일 [email protected]
결제 유형 free
지원되는 언어 en,fr,tr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Social Media Rolodex - SOCIAL CAT",
    "description": "Categorize & assign tags, colors to people and differentiate posts on social media",
    "version": "0.0.0.23",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "social-scripts\/sc-instagram.js",
                "social-scripts\/sc-twitter.js",
                "social-scripts\/sc-facebook.js",
                "social-scripts\/sc-hackernews.js",
                "social-scripts\/sc-eksisozluk.js",
                "social-scripts\/sc-reddit.js",
                "categorized-users.html",
                "categorized-users.js",
                "user-settings.html",
                "user-settings.js",
                "search.html",
                "search.js",
                "tasks.html",
                "tasks.js",
                "user-profile.html",
                "user-profile.js",
                "images\/check-mark.png",
                "images\/pencil.png",
                "images\/delete.png",
                "images\/cog-icon.png",
                "images\/add.png",
                "images\/remove.png",
                "images\/grid-view.png",
                "images\/list-view.png",
                "images\/reset.png",
                "images\/search.png",
                "images\/tasks.png",
                "images\/user-settings.png",
                "images\/banner.png",
                "images\/questionmark.png",
                "_locales\/en\/messages.json",
                "_locales\/es\/messages.json",
                "_locales\/tr\/messages.json",
                "_locales\/fr\/messages.json"
            ],
            "matches": [
                "https:\/\/www.reddit.com\/*",
                "https:\/\/reddit.com\/*",
                "https:\/\/eksisozluk.com\/*",
                "https:\/\/www.eksisozluk.com\/*",
                "https:\/\/news.ycombinator.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/facebook.com\/*",
                "https:\/\/www.instagram.com\/*",
                "https:\/\/instagram.com\/*",
                "https:\/\/www.twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.reddit.com\/*",
                "https:\/\/reddit.com\/*",
                "https:\/\/eksisozluk.com\/*",
                "https:\/\/www.eksisozluk.com\/*",
                "https:\/\/news.ycombinator.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/facebook.com\/*",
                "https:\/\/www.instagram.com\/*",
                "https:\/\/instagram.com\/*",
                "https:\/\/www.twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "64": "images\/icon64.png",
            "128": "images\/icon128.png"
        }
    },
    "default_locale": "en"
}