Podawaa - Get more Engagement on LinkedIn

Get thousands of likes and comments on LinkedIn thanks to the best LinkedIn Engagement Pod.

Τι είναι το Podawaa - Get more Engagement on LinkedIn;

Το Podawaa - Get more Engagement on LinkedIn είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.podawaa.com, και η κύρια λειτουργία του είναι "Get thousands of likes and comments on LinkedIn thanks to the best LinkedIn Engagement Pod.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Podawaa - Get more Engagement on LinkedIn

Λήψη αρχείων επέκτασης Podawaa - Get more Engagement on LinkedIn σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Podawaa is a smart and automated LinkedIn pod that allows you to get thousands of qualified views on your LinkedIn posts enabling you to reach a much bigger audience.

If you want to promote a product or service or make yourself visible on LinkedIn without spending a dime on ads, Podawaa is the perfect tool

❓ How does it work?

1. Install Podawaa Chrome Extension
2. Create a pod and invite people or join an existing pod
3. Schedule your post and the associated comments and likes
4. Your post will be published on LinkedIn and other members of the pod will like and comment your post, all in an automated way

🔥 What does it allow?

✅ Schedule your post in advance or use an existing one

✅ Manage your engagement (likes and pre-determined comments) before posting

✅ Build lists of comments that you can reuse

✅ Create real conversation in the comment section by using the "reply to comment" feature

✅ Create private or public pods and choose to accept people manually or automatically and to allow likes or comment only

✅ Search and join public pods based on tags and settings

🚀 What's coming next?

🔜 Custom audience: allows you to target a specific persona by choosing who will comment or like your posts

🔜 1st comment feature: write a comment that will automatically be added on your post with your account (to put an external link for example)

🔜 Smart comments recommendations based on your preferences, language, and comments used by the community, thanks to a machine learning-based algorithm

🔜 Dashboard and monitoring

🔜 Manual pod

🔜 Post writing guidelines

📋 How do we manage your data?

In order to use Podawaa, you need to login to your LinkedIn account so that we can use your LinkedIn cookie to perform automated tasks on your behalf.

Here are the following tasks that can be performed on your behalf when you install Podawaa:

1. Like and comment from your profile on other people’s posts (ONLY if you are in the same pod)
2. Extract the number of views, likes and comments                    

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

Όνομα Podawaa - Get more Engagement on LinkedIn Podawaa - Get more Engagement on LinkedIn
ID ppgndohgacfggdpbcdlgibdkdknimfmn
Επίσημο URL https://chromewebstore.google.com/detail/podawaa-get-more-engageme/ppgndohgacfggdpbcdlgibdkdknimfmn
Περιγραφή Get thousands of likes and comments on LinkedIn thanks to the best LinkedIn Engagement Pod.
Μέγεθος Αρχείου 977 KB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 1.2.19
Τελευταία Ενημέρωση 2023-12-29
Ημερομηνία Δημοσίευσης 2020-06-24
Αξιολόγηση 3.41/5 Συνολικά 39 Αξιολογήσεις
Προγραμματιστής https://www.podawaa.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.podawaa.com/
URL της Σελίδας Πολιτικής Απορρήτου https://www.podawaa.com/privacy
Υποστηριζόμενες Γλώσσες en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Podawaa - Get more Engagement on LinkedIn",
    "description": "Get thousands of likes and comments on LinkedIn thanks to the best LinkedIn Engagement Pod.",
    "author": "podawaa.com",
    "homepage_url": "https:\/\/www.podawaa.com",
    "short_name": "Podawaa - The best LinkedIn Engagement Pod: Increase your LinkedIn post outreach. Get thousands of likes on LinkedIn. Generate qualified engagement on your publications. Better than Alcapod and Lempod.",
    "version": "1.2.19",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "cookies",
        "notifications",
        "https:\/\/www.linkedin.com\/*",
        "*:\/\/*.podawaa.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/16x16.png",
            "32": "assets\/32x32.png",
            "48": "assets\/48x48.png",
            "128": "assets\/128x128.png"
        }
    },
    "icons": {
        "16": "assets\/16x16.png",
        "32": "assets\/32x32.png",
        "48": "assets\/48x48.png",
        "128": "assets\/128x128.png"
    },
    "web_accessible_resources": [
        "assets\/16x16.png",
        "assets\/32x32.png",
        "assets\/48x48.png",
        "assets\/128x128.png"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/www.podawaa.com\/*",
            "*:\/\/app.podawaa.com\/*"
        ]
    },
    "default_locale": "en",
    "content_security_policy": "script-src 'self'"
}