Pintable

An extension to extract and sync data to Notion from Twitter, Linkedin, Tiktok, Instagram, YouTube.

Τι είναι το Pintable;

Το Pintable είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://popsy.co, και η κύρια λειτουργία του είναι "An extension to extract and sync data to Notion from Twitter, Linkedin, Tiktok, Instagram, YouTube.".

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

screenshot
screenshot

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

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

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

                        Effortlessly Save Social Profiles to Your Notion with Just One Click!

Easily save Twitter, YouTube, LinkedIn, Instagram, and TikTok profiles to your Notion database using Pintable - the ultimate tool to transform your Notion into a powerful CRM. With just one click, effortlessly gather essential information about channels, users, influencers, companies, locations, titles, and follower counts.

🚀 Turbocharge Your Productivity

Say goodbye to tedious copy-pasting. Supercharge your productivity with our one-click extension and get started even faster with our CRM template. Discover why Pintable is the perfect replacement for expensive tools like LinkedIn Sales Navigator, Hubspot, and other CRMs.

🌟 All-In-One Notion CRM

Centralize all your essential data in Notion. Manage leads, prospects, and contacts with Notion's versatile kanban or board views, and embrace a seamless workflow.

🔎 Profile Enrichment Feature (Coming Soon)

Enhance your CRM experience with Pintable's powerful profile enrichment feature. Get valuable insights and in-depth information on your contacts, giving you a comprehensive understanding of their social media presence and influence. Experience a truly personalized CRM with Pintable's cutting-edge enrichment technology.
Take your performance to the next level. Find contacts' email addresses directly in Notion with just a single click - an ideal solution for your Sales team.

✅ Getting Started with Pintable

To use Pintable, all you need is a Notion table and a profile page on Twitter, YouTube, Instagram, TikTok, or LinkedIn. Please note that Pintable is not an official Notion or social media tool. Simply download our extension, connect your desired Notion database, and watch Pintable work its magic.

Need assistance? Reach out to us at [email protected], and our team will be happy to help. Upgrade your Notion experience with Pintable today!                    

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

Όνομα Pintable Pintable
ID ckfejgggilljlbpcmfjcclnlnbdabddc
Επίσημο URL https://chromewebstore.google.com/detail/pintable/ckfejgggilljlbpcmfjcclnlnbdabddc
Περιγραφή An extension to extract and sync data to Notion from Twitter, Linkedin, Tiktok, Instagram, YouTube.
Μέγεθος Αρχείου 54.19 KB
Αριθμός Εγκαταστάσεων 80
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2023-06-19
Ημερομηνία Δημοσίευσης 2023-05-08
Προγραμματιστής https://popsy.co
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://pintable.co/
Διεύθυνση URL της Σελίδας Βοήθειας https://pintable.co/
URL της Σελίδας Πολιτικής Απορρήτου https://www.iubenda.com/privacy-policy/78941319
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pintable",
    "version": "1.1",
    "description": "An extension to extract and sync data to Notion from Twitter, Linkedin, Tiktok, Instagram, YouTube.",
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src https:\/\/api.notion.com\/;"
    },
    "background": {
        "service_worker": "background.min.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/pintable.co\/*"
        ]
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.pintable.co\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.tiktok.com\/*",
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.notion.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "content.min.js"
            ]
        }
    ]
}